summaryrefslogtreecommitdiff
path: root/community/vsftpd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
committerroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
commit68572eac2031955131806e1ab066f5aaac1396e2 (patch)
treea7ad0bf8988effbf1a55c885f968d10660055cf9 /community/vsftpd/PKGBUILD
parent85ca6bfccdec6939881572fb1154f1a07d54937c (diff)
Fri Apr 20 00:01:59 UTC 2012
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 6be0249c3..4903eb2c1 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')
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() {