Skip to content
Snippets Groups Projects
Commit c4278ba2 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6238

parent 4e784ba5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ OpenLDAP 2.4.25 Engineering
Fixed slapd-ldap chain with slapd.conf (ITS#6857)
Fixed slapd-meta deadlock (ITS#6846)
Fixed slapo-sssvlv with multiple requests (ITS#6850)
Fixed contrib/lastbind install rules (ITS#6238)
Build Environment
Fixed windows NT threads build (ITS#6859)
Fixed libldap/lberl/util if/else usage (ITS#6832)
......
......@@ -15,6 +15,7 @@ CPPFLAGS+=-DSLAPD_OVER_LASTBIND=SLAPD_MOD_DYNAMIC
#LIBTOOL=libtool
LIBTOOL=../../../libtool
prefix=/usr/local
all: lastbind.la
......@@ -23,7 +24,11 @@ lastbind.lo: lastbind.c
lastbind.la: lastbind.lo
$(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
-rpath $(PREFIX)/lib -module -o $@ $?
-rpath $(prefix)/lib -module -o $@ $?
clean:
rm -rf lastbind.lo lastbind.la lastbind.o .libs/
install: lastbind.la
mkdir -p $(prefix)/libexec/openldap
$(LIBTOOL) --mode=onstall cp lastbind.la $(prefix)/libexec/openldap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment