diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:09:26 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:09:26 +0000 |
| commit | 83c29f51c72ba9d202d33ed342ceb4b8625f2ec3 (patch) | |
| tree | a39121cbbf2fa794d2ac01758dd5ceb73c7822c1 | |
| parent | f26afedfcd239603b1ec78c6be003d6ee659a10a (diff) | |
Resolves: #214728
Summary: Cleaning up obsolete macros in the build
Changes: eliminated macro NET_SSL and UPGRADEDB (Comment #5, #7)
| -rw-r--r-- | ldap/nsldap.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ldap/nsldap.mk b/ldap/nsldap.mk index 14a86b35..a5b7b7b7 100644 --- a/ldap/nsldap.mk +++ b/ldap/nsldap.mk @@ -173,9 +173,6 @@ endif #CFLAGS += -xwe #endif -# turn on convidl: new idl upgrade tool -CFLAGS+=-DUPGRADEDB - # # Dynamic library for LDAP Server Admin interface # @@ -872,7 +869,7 @@ ifeq ($(SECURITY), domestic) SECURITY_EXTN=us endif -SSL = -DNET_SSL -DUSE_NSPR_MT +SSL = -DUSE_NSPR_MT EXTRASSLLIBS = $(LIBARES) ifeq ($(ARCH), WINNT) |
