From 3b2a61fc32549444c455e4022e8d7607b429aa63 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 18 Oct 2015 08:22:04 +0200 Subject: [PATCH] filezilla: build_pie; fix musl compilation. --- srcpkgs/filezilla/patches/musl.patch | 10 ++++++++++ srcpkgs/filezilla/template | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/filezilla/patches/musl.patch 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"