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

Collapse All | Expand All

(-)Makefile.SH.orig (-1 / +1 lines)
Lines 628-634 Link Here
628
	true)
628
	true)
629
		$spitshell >>Makefile <<'!NO!SUBS!'
629
		$spitshell >>Makefile <<'!NO!SUBS!'
630
	rm -f $@
630
	rm -f $@
631
	$(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
631
	$(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3`
632
!NO!SUBS!
632
!NO!SUBS!
633
		case "$osname" in
633
		case "$osname" in
634
		aix)
634
		aix)

Return to bug 252824