diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-24 02:53:30 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-24 02:53:30 +0000 |
commit | 8f6700f6869b7acaf1ee1684bf511c17e36a1415 (patch) | |
tree | 0d1315eca526d554d5f64b915f328ccad80a70d0 /net/openldap22-server/files/patch-build::top.mk | |
parent | unbreak by adding missing dependency (diff) |
workaround for changed soname versioning (OpenLDAP ITS#3016)
Spotted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
Notes
Notes:
svn path=/head/; revision=105095
Diffstat (limited to 'net/openldap22-server/files/patch-build::top.mk')
-rw-r--r-- | net/openldap22-server/files/patch-build::top.mk | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/net/openldap22-server/files/patch-build::top.mk b/net/openldap22-server/files/patch-build::top.mk index 94551ea27b27..7eab45e9ea09 100644 --- a/net/openldap22-server/files/patch-build::top.mk +++ b/net/openldap22-server/files/patch-build::top.mk @@ -1,11 +1,20 @@ ---- build/top.mk.orig Mon Apr 7 22:23:26 2003 -+++ build/top.mk Mon Jul 7 05:35:52 2003 -@@ -192,6 +192,8 @@ +--- build/top.mk.orig Wed Mar 17 21:15:31 2004 ++++ build/top.mk Wed Mar 24 03:37:31 2004 +@@ -68,7 +68,7 @@ + + LIBTOOL = @LIBTOOL@ + LIBVERSION = @OPENLDAP_LIBVERSION@ +-LTVERSION = -release $(LIBVERSION) ++LTVERSION = -version-info $(LIBVERSION) + + # libtool --only flag for libraries: platform specific + NT_LTONLY_LIB = # --only-$(BUILD_LIBS_DYNAMIC) +@@ -190,6 +190,8 @@ + SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ SLURPD_LIBS = @SLURPD_LIBS@ - -+SLAPI_LIBS = @SLAPI_LIBS@ + ++SLAPI_LIBS = @SLAPI_LIBS@ + # Our Defaults CC = $(AC_CC) - DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES) |