[Pkg-openldap-devel] [openldap] 179/339: ITS#7885 Wrong RPATH in contrib/passwd/Makefile

Ryan Tandy rtandy-guest at moszumanska.debian.org
Sun Oct 19 22:47:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 6c6edfce10780626595c33875c59c00169e0bd00
Author: ryan at nardis.ca <ryan at nardis.ca>
Date:   Fri Jun 27 18:23:10 2014 +0000

    ITS#7885 Wrong RPATH in contrib/passwd/Makefile
    
    Similar to #7858, another easy patch.
---
 contrib/slapd-modules/passwd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/slapd-modules/passwd/Makefile b/contrib/slapd-modules/passwd/Makefile
index ba41304..e3def2b 100644
--- a/contrib/slapd-modules/passwd/Makefile
+++ b/contrib/slapd-modules/passwd/Makefile
@@ -33,19 +33,19 @@ all: $(PROGRAMS)
 
 pw-kerberos.la:	kerberos.lo
 	$(LIBTOOL) --mode=link $(CC) $(OPT) -version-info $(LTVER) \
-	-rpath $(PREFIX)/lib -module -o $@ $? -lkrb5
+	-rpath $(moduledir) -module -o $@ $? -lkrb5
 
 pw-netscape.la:	netscape.lo
 	$(LIBTOOL) --mode=link $(CC) $(OPT) -version-info $(LTVER) \
-	-rpath $(PREFIX)/lib -module -o $@ $? 
+	-rpath $(moduledir) -module -o $@ $?
 
 pw-radius.la:	radius.lo
 	$(LIBTOOL) --mode=link $(CC) $(OPT) -version-info $(LTVER) \
-	-rpath $(PREFIX)/lib -module -o $@ $? -lradius
+	-rpath $(moduledir) -module -o $@ $? -lradius
 
 pw-apr1.la:	apr1.lo
 	$(LIBTOOL) --mode=link $(CC) $(OPT) -version-info $(LTVER) \
-	-rpath $(PREFIX)/lib -module -o $@ $?
+	-rpath $(moduledir) -module -o $@ $?
 
 clean:
 	rm -rf *.o *.lo *.la .libs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list