Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126977
Collapse All | Expand All

(-)pwdb-0.62/libpwdb/Makefile (-1 / +1 lines)
Lines 50-56 Link Here
50
50
51
51
52
$(LIBDYNAME): $(LIBOBJ)
52
$(LIBDYNAME): $(LIBOBJ)
53
	$(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
53
	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ)  -lcrypt -lnsl -lc
54
	@ln -sf $(LIBFILENAME) $@
54
	@ln -sf $(LIBFILENAME) $@
55
55
56
$(LIBSTATIC): $(LIBOBJ)
56
$(LIBSTATIC): $(LIBOBJ)

Return to bug 126977