packages: nss/nss.spec - added LOWHASH_EXPORTS hack for nsslowhash.h header

qboosh qboosh at pld-linux.org
Thu Aug 19 08:47:50 CEST 2010


Author: qboosh                       Date: Thu Aug 19 06:47:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added LOWHASH_EXPORTS hack for nsslowhash.h header

---- Files affected:
packages/nss:
   nss.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: packages/nss/nss.spec
diff -u packages/nss/nss.spec:1.102 packages/nss/nss.spec:1.103
--- packages/nss/nss.spec:1.102	Wed Aug 18 21:45:42 2010
+++ packages/nss/nss.spec	Thu Aug 19 08:47:44 2010
@@ -146,6 +146,10 @@
 	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 \
@@ -157,7 +161,8 @@
 	BUILD_OPT=1 \
 	CC="%{__cc}" \
 	OPTIMIZER="%{rpmcflags}" \
-	PLATFORM="pld"
+	PLATFORM="pld" \
+	LOWHASH_EXPORTS=nsslowhash.h
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -273,6 +278,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2010/08/19 06:47:44  qboosh
+- added LOWHASH_EXPORTS hack for nsslowhash.h header
+
 Revision 1.102  2010/08/18 19:45:42  arekm
 - header fix in TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss/nss.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list