From 68572eac2031955131806e1ab066f5aaac1396e2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Apr 2012 00:01:59 +0000 Subject: Fri Apr 20 00:01:59 UTC 2012 --- community/vsftpd/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/vsftpd/PKGBUILD') 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 # Contributor: Andreas Radke # Contributor: judd 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() { -- cgit v1.2.3-54-g00ecf