mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
13 lines
415 B
Text
13 lines
415 B
Text
--- contrib/slapd-modules/smbk5pwd/Makefile.orig 2024-01-29 18:52:23 UTC
|
|
+++ contrib/slapd-modules/smbk5pwd/Makefile
|
|
@@ -21,8 +21,8 @@ SSL_LIB = -lcrypto
|
|
SSL_INC =
|
|
SSL_LIB = -lcrypto
|
|
|
|
-HEIMDAL_INC = -I/usr/heimdal/include
|
|
-HEIMDAL_LIB = -L/usr/heimdal/lib -lkrb5 -lkadm5srv
|
|
+HEIMDAL_INC = -I/usr/include
|
|
+HEIMDAL_LIB = -L/usr/lib -lkrb5 -lkadm5srv
|
|
|
|
PLAT = UNIX
|
|
NT_LIB = -L$(LDAP_BUILD)/servers/slapd -lslapd
|