diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 17:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 17:40:10 +0000 |
commit | 5f5a2bd538f995cfdf20d3c3243b23ad863c707d (patch) | |
tree | 1bc362ba4a81feb7294101b88467508f287cc3b0 /packages/perl/perl-5.8.3 | |
parent | 0b3f69daef9f8b3c7ad888a4d75c1782463b3331 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/07 18:27:23+01:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded
2005/01/07 18:25:57+01:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded
2005/01/07 18:25:33+01:00 (none)!br1
fix libperl soname
2005/01/07 18:25:06+01:00 (none)!koen
the faad2 patch line-ending saga continues
2005/01/07 18:08:48+01:00 (none)!koen
*really* fix faad2 makefile.patch (crosses fingers)
2005/01/07 18:04:17+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/07 18:04:05+01:00 (none)!koen
Fix faad2 patch to use dos-style line endings
2005/01/07 18:02:36+01:00 (none)!koen
added faad patch with correct line-endings
2005/01/07 17:47:38+01:00 uni-frankfurt.de!mickeyl
add openzaurus-pxa-2.6 machine support
2005/01/07 17:43:40+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into merlin.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/07 17:42:19+01:00 uni-frankfurt.de!mickeyl
add openzaurus-pxa-2.6 support to qte-2.3.9 and opie-taskbar-cvs
2005/01/07 17:36:42+01:00 uni-frankfurt.de!mickeyl
add new machine configuration 'openzaurus-pxa-2.6' as well as the necessary machine dependent files
BKrev: 41dec97aspbPf4bkaUSarhsLYAYKlw
Diffstat (limited to 'packages/perl/perl-5.8.3')
-rw-r--r-- | packages/perl/perl-5.8.3/libperl-5.8.3-create-libperl-soname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/perl/perl-5.8.3/libperl-5.8.3-create-libperl-soname.patch b/packages/perl/perl-5.8.3/libperl-5.8.3-create-libperl-soname.patch index e69de29bb2..6b34ec2318 100644 --- a/packages/perl/perl-5.8.3/libperl-5.8.3-create-libperl-soname.patch +++ b/packages/perl/perl-5.8.3/libperl-5.8.3-create-libperl-soname.patch @@ -0,0 +1,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) |