[Fedora-directory-commits] setuputil nsconfig.mk,1.8,1.9

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Mar 23 20:45:39 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/setuputil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28529/setuputil

Modified Files:
	nsconfig.mk 
Log Message:
Use <iostream> instead of <iostream.h> on those platforms that support it.
With this fix, we don't get the deprecation warnings when building setuputil.
This has been tested on various linux, Solaris 9 with old and new forte, and on HPUX IPF.
Thanks to Nathan and Noriko for the reviews.



Index: nsconfig.mk
===================================================================
RCS file: /cvs/dirsec/setuputil/nsconfig.mk,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nsconfig.mk	23 Feb 2006 21:47:45 -0000	1.8
+++ nsconfig.mk	23 Mar 2006 20:45:31 -0000	1.9
@@ -220,15 +220,14 @@
 ifdef MODERNHP
 CC=cc -Ae +ESlit
 CXX=aCC
+ARCH_CFLAGS=-AA # the default on ipf, but also use it elsewhere
 ifeq ($(NSOS_RELEASE), B.11.23)
-  ARCH_CFLAGS=-AA
   ifeq ($(USE_64), 1)
     BIT_SWITCH=+DD64
   else
     BIT_SWITCH=+DD32
   endif
 else # 11.11 or earlier
-  ARCH_CFLAGS=
   ifeq ($(USE_64), 1)
     BIT_SWITCH=+DA2.0W +DS2.0
   else




More information about the Fedora-directory-commits mailing list