mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7885 Wrong RPATH in contrib/passwd/Makefile
Similar to #7858, another easy patch.
This commit is contained in:
parent
e1db1b1719
commit
d10652d33c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user