mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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() {
|
||||
./configure \
|
||||
--with-x86emu
|
||||
make
|
||||
CFLAGS="$CFLAGS -fpermissive" make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user