From a05ab954152b0f96c0067098dde42ef2e5d2bf8a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 14 Aug 2009 20:28:14 +0200 Subject: nss, ajout du support 64bits --- extra/nss/Pkgfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/nss/Pkgfile b/extra/nss/Pkgfile index 7c892bdbd..1a9f89c0f 100644 --- a/extra/nss/Pkgfile +++ b/extra/nss/Pkgfile @@ -13,14 +13,13 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_3_R build() { cd $name-$version - local file export NSPR_INCLUDE_DIR=/usr/include/nspr export NSPR_LIB_DIR=/usr/lib export NSS_USE_SYSTEM_SQLITE=1 export BUILD_OPT=1 - + [ "`uname -m`" == "x86_64" ] && export USE_64=1 make -j1 -C mozilla/security/nss build_coreconf build_dbm all install -d $PKG/usr/{bin,lib,include/nss} -- cgit v1.2.3-54-g00ecf