[arch-commits] Commit in ncftp/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Mar 7 08:55:33 UTC 2014


    Date: Friday, March 7, 2014 @ 09:55:32
  Author: andrea
Revision: 207127

Fix segmentation fault

Modified:
  ncftp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-07 04:54:01 UTC (rev 207126)
+++ PKGBUILD	2014-03-07 08:55:32 UTC (rev 207127)
@@ -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,8 @@
 }
 
 build() {
+  unset CPPFLAGS
+
   cd ${pkgname}-${pkgver}
   CPP=/usr/bin/cpp ./configure --prefix=/usr \
     --sysconfdir=/etc




More information about the arch-commits mailing list