[Fedora-directory-commits] dsbuild/meta/ds Makefile,1.4,1.5

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 24 17:38:07 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/dsbuild/meta/ds
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23011/dsbuild/meta/ds

Modified Files:
	Makefile 
Log Message:
fix mozilla debug build; make USE_64=1 the default on x86_64


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/meta/ds/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	24 Feb 2006 16:53:21 -0000	1.4
+++ Makefile	24 Feb 2006 17:37:59 -0000	1.5
@@ -9,7 +9,7 @@
 
 ARCH=$(shell uname -m)
 ifeq ($(ARCH), x86_64)
-  USE_64=1
+  export USE_64=1
 endif
 
 LIBDEPS = ds/mozilla ds/icu ds/adminutil ds/setuputil ds/mod_nss ds/mod_admserv ds/mod_restartd




More information about the Fedora-directory-commits mailing list