Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
c4278ba2
Commit
c4278ba2
authored
Mar 24, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6238
parent
4e784ba5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c4278ba2
...
...
@@ -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)
...
...
contrib/slapd-modules/lastbind/Makefile
View file @
c4278ba2
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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