diff options
author | Felix Domke <tmbinc@elitedvb.ne> | 2005-07-03 12:03:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 12:03:38 +0000 |
commit | e02facd583210817246e2b709dce5e35eeb2236f (patch) | |
tree | f6912ca66269506f644671e1dc698a8be0c43b81 /packages/jpeg/jpeg-6b | |
parent | c3b3743afb3df5a10021960bf4d8d939683f828d (diff) |
enable shared libraries on powerpc (we're not on MkLinux, they are working fine)
Diffstat (limited to 'packages/jpeg/jpeg-6b')
-rw-r--r-- | packages/jpeg/jpeg-6b/debian.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/jpeg/jpeg-6b/debian.patch b/packages/jpeg/jpeg-6b/debian.patch index 54e7a2e5d5..823c8e08dc 100644 --- a/packages/jpeg/jpeg-6b/debian.patch +++ b/packages/jpeg/jpeg-6b/debian.patch @@ -6995,7 +6995,7 @@ +end --- /dev/null +++ jpeg-6b/ltconfig.new -@@ -0,0 +1,3017 @@ +@@ -0,0 +1,3016 @@ +#! /bin/sh + +# ltconfig - Create a system-specific libtool. @@ -8931,7 +8931,6 @@ + else + # Only the GNU ld.so supports shared libraries on MkLinux. + case "$host_cpu" in -+ powerpc*) dynamic_linker=no ;; + *) dynamic_linker='Linux ld.so' ;; + esac + fi |