diff options
Diffstat (limited to 'meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch')
-rw-r--r-- | meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch b/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch new file mode 100644 index 0000000000..6b34ec2318 --- /dev/null +++ b/meta/recipes-devtools/perl/files/libperl-5.8.3-create-libperl-soname.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 | ||
2 | +++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 | ||
3 | @@ -494,7 +494,7 @@ | ||
4 | case "$useshrplib" in | ||
5 | true) | ||
6 | $spitshell >>Makefile <<'!NO!SUBS!' | ||
7 | - $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) | ||
8 | + $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -soname libperl.so.5 | ||
9 | !NO!SUBS! | ||
10 | case "$osname" in | ||
11 | aix) | ||