mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Missing stuff for proper linking of the module (sorry for the double commit)
This commit is contained in:
parent
4e08a2da1b
commit
56e651a041
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
CPPFLAGS+=-I../../../include -I../../../servers/slapd
|
||||
CPPFLAGS+=-I../../../include -I../../../servers/slapd
|
||||
CPPFLAGS+=-DSLAPD_OVER_NOPS=SLAPD_MOD_DYNAMIC
|
||||
LIBS=-lldap_r -llber -lcrypto
|
||||
|
||||
all: nops.la
|
||||
|
||||
|
|
@ -7,7 +9,7 @@ nops.lo: nops.c
|
|||
|
||||
nops.la: nops.lo
|
||||
$(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
|
||||
-rpath $(PREFIX)/lib -module -o $@ $?
|
||||
-rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
|
||||
|
||||
clean:
|
||||
rm nops.lo nops.la
|
||||
|
|
|
|||
Loading…
Reference in a new issue