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

(-)a/Makefile.lib.in (-1 / +1 lines)
Lines 23-29 Link Here
23
	echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt
23
	echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt
24
24
25
lib$(LIB).la: $(LT_OBJS)
25
lib$(LIB).la: $(LT_OBJS)
26
	$(LIBTOOL) --mode=link $(CC) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
26
	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
27
	    -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
27
	    -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
28
28
29
install:
29
install:

Return to bug 209706