[Lunar-commits] r22421 - moonbase/trunk/libs/nss

Stefan Wold ratler at lunar-linux.org
Sun Dec 3 13:54:53 CET 2006


Author: ratler
Date: 2006-12-03 13:54:53 +0100 (Sun, 03 Dec 2006)
New Revision: 22421

Modified:
   moonbase/trunk/libs/nss/BUILD
Log:
Enable 64-bit support. This module need a complete rewrite and version bump. I will take care of that later, but for now just fix the 64-bit support.

Modified: moonbase/trunk/libs/nss/BUILD
===================================================================
--- moonbase/trunk/libs/nss/BUILD	2006-12-03 12:37:09 UTC (rev 22420)
+++ moonbase/trunk/libs/nss/BUILD	2006-12-03 12:54:53 UTC (rev 22421)
@@ -2,6 +2,10 @@
   export WORKINGDIR=$PWD  &&
   export BUILD_OPT=1      &&
 
+  if [ "`arch`" == "x86_64" ]; then
+    export USE_64=1
+  fi &&
+
   patch_it $SOURCE2 1     &&
 
   cd mozilla/security/nss &&



More information about the Lunar-commits mailing list