Marcus Meissner
a72d9724b3
- PowerPC can build shared libraries for sure. idnkit-powerpc-ltconfig.patch OBS-URL: https://build.opensuse.org/request/show/285468 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=163
13 lines
464 B
Diff
13 lines
464 B
Diff
Index: bind-9.10.1-P1/contrib/idn/idnkit-1.0-src/ltconfig
|
|
===================================================================
|
|
--- bind-9.10.1-P1.orig/contrib/idn/idnkit-1.0-src/ltconfig
|
|
+++ bind-9.10.1-P1/contrib/idn/idnkit-1.0-src/ltconfig
|
|
@@ -1999,7 +1999,6 @@ linux-gnu*)
|
|
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
|