Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174670 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 591-597 Link Here
591
lib/libpvfs2.so: $(LIBPICOBJS)
591
lib/libpvfs2.so: $(LIBPICOBJS)
592
	$(Q) "  LDSO		$@"
592
	$(Q) "  LDSO		$@"
593
	$(E)$(INSTALL) -d lib
593
	$(E)$(INSTALL) -d lib
594
	$(E)$(LDSHARED) -o $@ $(LIBPICOBJS)
594
	$(E)$(LDSHARED) -Wl,-soname,libpvfs2.so -o $@ $(LIBPICOBJS)
595
595
596
# rule for building the pvfs2 _multithreaded_ library
596
# rule for building the pvfs2 _multithreaded_ library
597
lib/libpvfs2-threaded.so: $(LIBTHREADEDPICOBJS)
597
lib/libpvfs2-threaded.so: $(LIBTHREADEDPICOBJS)

Return to bug 174670