Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
9894e6c8
Commit
9894e6c8
authored
Mar 02, 2021
by
Quanah Gibson-Mount
Browse files
ITS#4799 -- Delete missed bits for Kerberos from 2006 cleanup
parent
5d5f4318
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/top.mk
View file @
9894e6c8
...
...
@@ -188,13 +188,10 @@ AC_DEFS = @CPPFLAGS@ # @DEFS@
AC_LDFLAGS
=
@LDFLAGS@
AC_LIBS
=
@LIBS@
KRB4_LIBS
=
@KRB4_LIBS@
KRB5_LIBS
=
@KRB5_LIBS@
KRB_LIBS
=
@KRB4_LIBS@ @KRB5_LIBS@
SASL_LIBS
=
@SASL_LIBS@
TLS_LIBS
=
@TLS_LIBS@
AUTH_LIBS
=
@AUTH_LIBS@
SECURITY_LIBS
=
$(SASL_LIBS)
$(KRB_LIBS)
$(TLS_LIBS)
$(AUTH_LIBS)
SECURITY_LIBS
=
$(SASL_LIBS)
$(TLS_LIBS)
$(AUTH_LIBS)
MODULES_CPPFLAGS
=
@SLAPD_MODULES_CPPFLAGS@
MODULES_LDFLAGS
=
@SLAPD_MODULES_LDFLAGS@
...
...
configure.ac
View file @
9894e6c8
...
...
@@ -599,8 +599,6 @@ SLAPD_SQL_LDFLAGS=
SLAPD_SQL_LIBS=
SLAPD_SQL_INCLUDES=
KRB4_LIBS=
KRB5_LIBS=
SASL_LIBS=
TLS_LIBS=
WITH_TLS_TYPE=no
...
...
@@ -3084,8 +3082,6 @@ AC_SUBST(PERL_CPPFLAGS)
AC_SUBST(SLAPD_PERL_LDFLAGS)
AC_SUBST(MOD_PERL_LDFLAGS)
AC_SUBST(KRB4_LIBS)
AC_SUBST(KRB5_LIBS)
AC_SUBST(SASL_LIBS)
AC_SUBST(TLS_LIBS)
AC_SUBST(WITH_TLS_TYPE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment