From 50d67e63387a2ff8dd9751fef8dd67c5075759c7 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 4 Mar 2025 08:02:32 +1000 Subject: [PATCH] filezilla: fix build for x86 --- net-ftp/filezilla/filezilla-3.68.1.recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-ftp/filezilla/filezilla-3.68.1.recipe b/net-ftp/filezilla/filezilla-3.68.1.recipe index 8c61aace2..e3715f42e 100644 --- a/net-ftp/filezilla/filezilla-3.68.1.recipe +++ b/net-ftp/filezilla/filezilla-3.68.1.recipe @@ -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 }