summaryrefslogtreecommitdiffstats
path: root/internal_buildpaths.mk
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-04-07 01:33:38 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-04-07 01:33:38 +0000
commit79ed063f69036e5d8ecd264fe73da80655edec4c (patch)
tree46cc70773c46758ff7b856c04c7023cc7a83da86 /internal_buildpaths.mk
parent52e9249e7e9a0175442350482712d215038f18a6 (diff)
downloadds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.gz
ds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.xz
ds-79ed063f69036e5d8ecd264fe73da80655edec4c.zip
[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
Diffstat (limited to 'internal_buildpaths.mk')
-rw-r--r--internal_buildpaths.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/internal_buildpaths.mk b/internal_buildpaths.mk
index ce7e505d..2e2239f7 100644
--- a/internal_buildpaths.mk
+++ b/internal_buildpaths.mk
@@ -118,11 +118,10 @@ endif # ICU_SOURCE_ROOT
#DB_SOURCE_ROOT = $(BUILD_ROOT)/../db-4.2.52.NC
# DB_MAJOR_MINOR is the root name for the db shared library
-# source builds use db-4.2 - uncomment this if using source
-#DB_MAJOR_MINOR := db-4.2
+DB_MAJOR_MINOR := db-4.2
ifndef DB_SOURCE_ROOT
-DB_MAJOR_MINOR := db42
-db_component_name=$(DB_MAJOR_MINOR)
+# db_component_name is the dir name in /s/b/c
+db_component_name=db42
db_path_config :=$(NSCP_DISTDIR)/$(db_component_name)
endif # DB_SOURCE_ROOT