main/v86d: fix build with gcc 14 on x86

This commit is contained in:
Natanael Copa 2024-08-09 13:58:31 +00:00
parent d5745a313a
commit c6767f2809

View file

@ -17,7 +17,7 @@ options="!check"
build() {
./configure \
--with-x86emu
make
CFLAGS="$CFLAGS -fpermissive" make
}
package() {