diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-08 03:57:26 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-08 03:57:26 +0000 |
commit | 2f1decd3dde75b8ed601dfdca2833879703012c8 (patch) | |
tree | 0516712500d0595136e9a1da4ece6cf04c22606c /extra/ncftp/PKGBUILD | |
parent | d44823e5676f0edd0e259c7c33d5640a043748ac (diff) |
Sat Mar 8 03:54:50 UTC 2014
Diffstat (limited to 'extra/ncftp/PKGBUILD')
-rw-r--r-- | extra/ncftp/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/ncftp/PKGBUILD b/extra/ncftp/PKGBUILD index 3ba6a9d62..981d68720 100644 --- a/extra/ncftp/PKGBUILD +++ b/extra/ncftp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 206931 2014-03-06 11:24:46Z andrea $ +# $Id: PKGBUILD 207130 2014-03-07 09:21:28Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> @@ -6,7 +6,7 @@ pkgname=ncftp pkgver=3.2.5 -pkgrel=3 +pkgrel=4 pkgdesc="A set of free application programs implementing FTP" url="http://www.ncftp.com/" arch=('i686' 'x86_64') @@ -24,6 +24,9 @@ prepare() { } build() { + # FS#39211 + unset CPPFLAGS + cd ${pkgname}-${pkgver} CPP=/usr/bin/cpp ./configure --prefix=/usr \ --sysconfdir=/etc |