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

(-)pth-2.0.6/Makefile.in (-2 / +2 lines)
Lines 168-177 pth_p.h: $(S)pth_p.h.in Link Here
168
168
169
#   build the static and possibly shared libraries
169
#   build the static and possibly shared libraries
170
libpth.la: $(LOBJS)
170
libpth.la: $(LOBJS)
171
	$(LIBTOOL) --mode=link --quiet $(CC) -o libpth.la $(LOBJS) \
171
	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpth.la $(LOBJS) \
172
	-rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
172
	-rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
173
libpthread.la: pthread.lo $(LOBJS)
173
libpthread.la: pthread.lo $(LOBJS)
174
	$(LIBTOOL) --mode=link --quiet $(CC) -o libpthread.la pthread.lo $(LOBJS) \
174
	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o libpthread.la pthread.lo $(LOBJS) \
175
	-rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
175
	-rpath $(libdir) -version-info `$(SHTOOL) version -lc -dlibtool $(_VERSION_FILE)`
176
176
177
#   build the manual pages
177
#   build the manual pages

Return to bug 127916