diff --git a/srcpkgs/filezilla/patches/musl.patch b/srcpkgs/filezilla/patches/musl.patch new file mode 100644 index 00000000000..6dcd7fee41e --- /dev/null +++ b/srcpkgs/filezilla/patches/musl.patch @@ -0,0 +1,10 @@ +--- src/putty/unix/uxcons.c.orig 2015-10-18 08:16:38.722097273 +0200 ++++ src/putty/unix/uxcons.c 2015-10-18 08:16:54.161527050 +0200 +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + + #include "putty.h" + #include "storage.h" diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 316be5fbe17..7f787b223c4 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,8 +1,9 @@ # Template file for 'filezilla' pkgname=filezilla version=3.14.1 -revision=1 +revision=2 nocross=yes +build_pie=yes build_style=gnu-configure configure_args="WXRC=/usr/bin/wxrc-3.0 --with-wx-config=wx-config-3.0 --disable-static --disable-manualupdatecheck --disable-autoupdatecheck"