Skip to content
Snippets Groups Projects
Commit 6c6edfce authored by Ryan Tandy's avatar Ryan Tandy Committed by Quanah Gibson-Mount
Browse files

ITS#7885 Wrong RPATH in contrib/passwd/Makefile

Similar to #7858, another easy patch.
parent efad8b07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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