[Fedora-directory-commits] ldapserver/ldap/servers/slapd Makefile, 1.11, 1.12

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Mon Jun 19 17:39:07 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26597/ldap/servers/slapd

Modified Files:
	Makefile 
Log Message:
[186642] Directory Server Makefile updates for Internal build (Comment #6)
1) picked up the latest components including Cyrus SASL, Perldap, SetupUtil,
and AdminServer 
2) fixed the java paths for the internal build.
3) added an option -AA to HP-UX C++ compiler to adjust to SetupUtil build (use
libstd 2)
4) replaced <iostream.h>, <strstream.h> and <fstream.h> with <iostream>,
<strstream>, <fstream> respectively in ldap/cm/newinst/ux-dialog.cc 
5) package svrcore and perldap, which were dropped in the current
ldap/cm/Makefile
6) added a perl script genPerlDAPInf.pl to generate perldap.inf file



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	29 Mar 2006 19:46:21 -0000	1.11
+++ Makefile	7 Apr 2006 01:33:37 -0000	1.12
@@ -91,12 +91,12 @@
 endif
 
 ifeq ($(ARCH), HPUX)
-ifeq ($(OS_TEST),ia64)
-LDAP_DONT_USE_SMARTHEAP=1
-ifeq ($(DEBUG), optimize)
-CFLAGS+=+O3
-endif
-endif
+  ifeq ($(NSOS_TEST1),ia64)
+    LDAP_DONT_USE_SMARTHEAP=1
+    ifeq ($(DEBUG), optimize)
+      CFLAGS+=+O3
+    endif
+  endif
 endif
 
 # Don't use smartheap for debug builds
@@ -200,12 +200,12 @@
   ifeq ($(DEBUG), full)
     ifeq ($(USE_64), 1)
       EXTRA_LIBS_TEMP:=$(EXTRA_LIBS)
-      ifneq ($(OS_TEST), ia64)
+      ifneq ($(NSOS_TEST1), ia64)
         EXTRA_LIBS += /opt/langtools/lib/pa20_64/end.o
       endif
     else
       EXTRA_LIBS_TEMP:=$(EXTRA_LIBS)
-      ifneq ($(OS_TEST), ia64)
+      ifneq ($(NSOS_TEST1), ia64)
         EXTRA_LIBS += /opt/langtools/lib/end.o
       endif
     endif #USE_64




More information about the Fedora-directory-commits mailing list