95d8d32fc5
- package rebased - removed embeded db4 - removed patches merged by upstream - removed no longer required patches - merged patches doing manpage changes - merged patches exporting ldif API - reapplied patches and added description to each one - removed unnecessary BuildRequires - cleaned %config, %build and %install sections - updated database upgrade process: - database is exported (slapcat) and reimported (slapadd) when minor version of openldap changes (safe and recomended way) - database is upgraded (db4) when minor version of db4 package changes (this is not done in %post anymore, as the database is not embeded, but using triggers) Resolved: #624616 Bogus links in "SEE ALSO" part of several man-pages Resolved: #625740 openldap-2.4.23 is available
16 lines
802 B
Diff
16 lines
802 B
Diff
Removes unnecessary linking of SQL libraries into slapd. This makes openldap-servers package
|
|
independent on libodbc. (SQL backend is packaged separately in openldap-servers-sql.)
|
|
|
|
diff -uNPrp openldap-2.4.23.old/build/top.mk openldap-2.4.23.new/build/top.mk
|
|
--- openldap-2.4.23.old/build/top.mk 2010-04-13 22:22:22.000000000 +0200
|
|
+++ openldap-2.4.23.new/build/top.mk 2010-08-25 15:58:18.477648731 +0200
|
|
@@ -201,7 +201,7 @@ SLAPD_SQL_LDFLAGS = @SLAPD_SQL_LDFLAGS@
|
|
SLAPD_SQL_INCLUDES = @SLAPD_SQL_INCLUDES@
|
|
SLAPD_SQL_LIBS = @SLAPD_SQL_LIBS@
|
|
|
|
-SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
|
|
+SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
|
|
|
|
# Our Defaults
|
|
CC = $(AC_CC)
|