diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2006-03-29 19:47:28 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-03-29 19:47:28 +0000 |
| commit | e8b95f07d9b1066e806b108d12e70986b3faa48e (patch) | |
| tree | 9681289ab2a54cda8a9856616574c6b8941369af /ldap/systools | |
| parent | efaa2f49914ffa64bf9cff990bb8fac72598beeb (diff) | |
| download | ds-e8b95f07d9b1066e806b108d12e70986b3faa48e.tar.gz ds-e8b95f07d9b1066e806b108d12e70986b3faa48e.tar.xz ds-e8b95f07d9b1066e806b108d12e70986b3faa48e.zip | |
[186642] Directory Server Makefile updates for Internal build
. removed the dependency on DBM
. Updated components' RELDATEs.
. Console jar file name adjustment: <brand>-<comp>-<dotversion>.jar
. Fix for HP-UX IPF
. Use non-branded SetupUtil; add resource file to change branding
. Updated the code to call createSIE so that the right brand is passed to SetupUtil.
Diffstat (limited to 'ldap/systools')
| -rw-r--r-- | ldap/systools/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/ldap/systools/Makefile b/ldap/systools/Makefile index 7e08fdc0..91cb857e 100644 --- a/ldap/systools/Makefile +++ b/ldap/systools/Makefile @@ -66,12 +66,16 @@ endif # OSF1 ifeq ($(USE_64), 1) -ifeq ($(ARCH), HPUX) -LDFLAGS += +DA2.0W +DS2.0 +Z -endif -ifeq ($(ARCH), SOLARIS) -LDFLAGS += -xarch=v9 -endif + ifeq ($(ARCH), HPUX) + ifeq ($(NSOS_RELEASE),B.11.23) + LDFLAGS += +DD64 + else + LDFLAGS += +DA2.0W +DS2.0 +Z + endif + endif + ifeq ($(ARCH), SOLARIS) + LDFLAGS += -xarch=v9 + endif endif LDFLAGS += $(EXLDFLAGS) |
