summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch
blob: 6b34ec23184ebe75f6ef6a2a0599a7a862178407 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.SH.orig	2003-07-10 14:59:04.000000000 -0700
+++ Makefile.SH	2003-07-10 15:14:08.000000000 -0700
@@ -494,7 +494,7 @@
 	case "$useshrplib" in
 	true)
 		$spitshell >>Makefile <<'!NO!SUBS!'
-	$(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs)
+	$(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -soname libperl.so.5
 !NO!SUBS!
 		case "$osname" in
 		aix)
OpenPOWER on IntegriCloud