summaryrefslogtreecommitdiff
path: root/community/vsftpd
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-21 16:19:09 -0300
commit6cfdf260dd579c730267c9588c695313279d3fab (patch)
tree059f1f461cbe4a4ea8b8d1296411f7393cfb4de5 /community/vsftpd
parent6a9002279308864d7a5be176049268c45d87d201 (diff)
parent1bfe053fe69237a0413f791c7af5515f25264eee (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'community/vsftpd')
-rw-r--r--community/vsftpd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD
index 7141e1acb..4991b3673 100644
--- a/community/vsftpd/PKGBUILD
+++ b/community/vsftpd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69224 2012-04-10 09:36:37Z bpiotrowski $
+# $Id: PKGBUILD 69566 2012-04-18 17:36:30Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=vsftpd
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Very Secure FTP daemon"
arch=('i686' 'x86_64' 'mips64el')
url="https://security.appspot.com/vsftpd.html"
@@ -28,7 +28,7 @@ build() {
-e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
-i builddefs.h
- make CFLAGS="${CFLAGS} -fPIC"
+ make CFLAGS="${CFLAGS} -fPIE" LINK='' LDFLAGS="-fPIE -pie ${LDFLAGS} -Wl,-z,now"
}
package() {