commit 9c1577957bae0c3847ba7cad69b475e49430c186 Author: Alexey Tourbin Date: Wed Sep 15 07:08:21 2010 +0400 Makefile.SH: set libperl soname diff --git a/Makefile.SH b/Makefile.SH index 916b332..98caf2e 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -878,7 +878,7 @@ $(LIBPERL): $& $(perllib_objs) $(DYNALOADER) $(LIBPERLEXPORT) true) $spitshell >>$Makefile <<'!NO!SUBS!' rm -f $@ - $(LD) -o $@ $(SHRPLDFLAGS) $(perllib_objs) $(DYNALOADER) $(libs) + $(LD) -o $@ $(SHRPLDFLAGS) $(perllib_objs) $(DYNALOADER) $(libs) -Wl,-soname,$(LIBPERL) !NO!SUBS! case "$osname" in aix)