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

Giovanni Scafora giovanni at archlinux.org
Sat Jan 15 12:08:45 UTC 2011


    Date: Saturday, January 15, 2011 @ 07:08:44
  Author: giovanni
Revision: 106215

upgpkg: whois 5.0.10-2
Fixed FS22438

Modified:
  whois/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-15 11:52:14 UTC (rev 106214)
+++ PKGBUILD	2011-01-15 12:08:44 UTC (rev 106215)
@@ -4,7 +4,7 @@
 
 pkgname=whois
 pkgver=5.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
 url="http://www.linux.it/~md/software/"
@@ -16,10 +16,12 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix=/usr HAVE_LIBIDN=1
+
+  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   make prefix=/usr BASEDIR="${pkgdir}" install-whois
 }




More information about the arch-commits mailing list