mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/v86d: fix build with gcc 14 on x86
This commit is contained in:
parent
d5745a313a
commit
c6767f2809
@ -17,7 +17,7 @@ options="!check"
|
|||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--with-x86emu
|
--with-x86emu
|
||||||
make
|
CFLAGS="$CFLAGS -fpermissive" make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user