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

(-)Python-2.4.3-orig/Makefile.pre.in (-1 / +1 lines)
Lines 351-357 Link Here
351
351
352
libpython$(VERSION).so: $(LIBRARY_OBJS)
352
libpython$(VERSION).so: $(LIBRARY_OBJS)
353
	if test $(INSTSONAME) != $(LDLIBRARY); then \
353
	if test $(INSTSONAME) != $(LDLIBRARY); then \
354
		$(LDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \
354
		$(LDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) -lz; \
355
		$(LN) -f $(INSTSONAME) $@; \
355
		$(LN) -f $(INSTSONAME) $@; \
356
	else\
356
	else\
357
		$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \
357
		$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \

Return to bug 145242