summaryrefslogtreecommitdiffstats
path: root/patches/jpeg-6b/libjpeg-shared.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/jpeg-6b/libjpeg-shared.patch')
-rw-r--r--patches/jpeg-6b/libjpeg-shared.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/jpeg-6b/libjpeg-shared.patch b/patches/jpeg-6b/libjpeg-shared.patch
new file mode 100644
index 000000000..6981e5580
--- /dev/null
+++ b/patches/jpeg-6b/libjpeg-shared.patch
@@ -0,0 +1,10 @@
+--- jpeg-6b/ltconfig.sopwith Fri Feb 7 16:20:25 2003
++++ jpeg-6b/ltconfig Fri Feb 7 16:24:04 2003
+@@ -1210,7 +1210,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