]> git.pld-linux.org Git - packages/nss.git/commitdiff
- added LOWHASH_EXPORTS hack for nsslowhash.h header
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Aug 2010 06:47:44 +0000 (06:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss.spec -> 1.103

nss.spec

index 9c78242562916a89fd64c3c8fcd7285268b40aff..c097f863dca17039a04338e564d6f9ab4b93d2ba 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -145,6 +145,10 @@ export FREEBL_NO_DEPEND=1
        OPTIMIZER="%{rpmcflags}" \
        PLATFORM="pld"
 
+# NOTE: LOWHASH_EXPORTS is a hack for lib/freebl brokeness:
+# - LOWHASH_EXPORTS is defined in config.mk
+# - it's used in manifest.mn, which can use only variables passed by make, not in config or Makefile
+# remove this hack when problem is fixed in sources
 %{__make} -j1 all \
        NSDISTMODE=copy \
        NS_USE_GCC=1 \
@@ -156,7 +160,8 @@ export FREEBL_NO_DEPEND=1
        BUILD_OPT=1 \
        CC="%{__cc}" \
        OPTIMIZER="%{rpmcflags}" \
-       PLATFORM="pld"
+       PLATFORM="pld" \
+       LOWHASH_EXPORTS=nsslowhash.h
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076218 seconds and 4 git commands to generate.