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 }