summaryrefslogtreecommitdiff
path: root/community/vsftpd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vsftpd/PKGBUILD')
-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() {