2023-08-16 22:26:55 +00:00
|
|
|
Index: contrib/slapd-modules/passwd/totp/Makefile
|
|
|
|
--- contrib/slapd-modules/passwd/totp/Makefile.orig
|
|
|
|
+++ contrib/slapd-modules/passwd/totp/Makefile
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -9,7 +9,7 @@ LDAP_LIB = $(LDAP_BUILD)/libraries/libldap/libldap.la
|
|
|
|
PLAT = UNIX
|
|
|
|
NT_LIB = -L$(LDAP_BUILD)/servers/slapd -lslapd
|
|
|
|
NT_LDFLAGS = -no-undefined -avoid-version
|
|
|
|
-UNIX_LDFLAGS = -version-info $(LTVER)
|
|
|
|
+UNIX_LDFLAGS = -avoid-version
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
LIBTOOL = $(LDAP_BUILD)/libtool
|
|
|
|
INSTALL = /usr/bin/install
|