filezilla: build_pie; fix musl compilation.

This commit is contained in:
Juan RP 2015-10-18 08:22:04 +02:00
parent fdbefd758e
commit 3b2a61fc32
2 changed files with 12 additions and 1 deletions

View file

@ -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 <termios.h>
#include <unistd.h>
#include <fcntl.h>
+#include <sys/select.h>
#include "putty.h"
#include "storage.h"

View file

@ -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"