mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
filezilla: fix build for x86
This commit is contained in:
@@ -89,7 +89,11 @@ BUILD()
|
||||
autoreconf
|
||||
mkdir -p build
|
||||
cd build
|
||||
CFLAGS=$cflags LDFLAGS=-lbe runConfigure ../configure --disable-shellext --without-dbus
|
||||
runConfigure ../configure \
|
||||
--disable-shellext \
|
||||
--without-dbus \
|
||||
CFLAGS=$cflags \
|
||||
LDFLAGS=-lbe
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user