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

Collapse All | Expand All

(-)libpri-1.4.12-beta3/Makefile.orig (-1 / +1 lines)
Lines 211-217 Link Here
211
	ranlib $(STATIC_LIBRARY)
211
	ranlib $(STATIC_LIBRARY)
212
212
213
$(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS)
213
$(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS)
214
	$(CC) $(SOFLAGS) -o $@ $(DYNAMIC_OBJS)
214
	$(CC) $(SOFLAGS) $(LDFLAGS) -o $@ $(DYNAMIC_OBJS)
215
	$(LDCONFIG) $(LDCONFIG_FLAGS) .
215
	$(LDCONFIG) $(LDCONFIG_FLAGS) .
216
	ln -sf libpri.so.$(SONAME) libpri.so
216
	ln -sf libpri.so.$(SONAME) libpri.so
217
217

Return to bug 346573