filezilla: build_pie; fix musl compilation.
This commit is contained in:
parent
fdbefd758e
commit
3b2a61fc32
2 changed files with 12 additions and 1 deletions
10
srcpkgs/filezilla/patches/musl.patch
Normal file
10
srcpkgs/filezilla/patches/musl.patch
Normal 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"
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue