You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
647 B
15 lines
647 B
7 years ago
|
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.)
|
||
|
|
||
|
--- openldap-2.4.24.orig/build/top.mk
|
||
|
+++ openldap-2.4.24/build/top.mk
|
||
|
@@ -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)
|