summaryrefslogtreecommitdiff
path: root/package/cyrus-sasl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-08 10:56:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-08 10:56:53 +0200
commitd9e64c01de283339f9d10201bcb185331e343c7a (patch)
tree71507045fd44d282638308224b4d62ca8cf4ffa7 /package/cyrus-sasl
parentc20e67a4a06a377a277544a498338fa6a09e9e3f (diff)
allow shared library building on ppc
Diffstat (limited to 'package/cyrus-sasl')
-rw-r--r--package/cyrus-sasl/patches/patch-config_ltconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/cyrus-sasl/patches/patch-config_ltconfig b/package/cyrus-sasl/patches/patch-config_ltconfig
new file mode 100644
index 000000000..7112c26e1
--- /dev/null
+++ b/package/cyrus-sasl/patches/patch-config_ltconfig
@@ -0,0 +1,20 @@
+--- cyrus-sasl-2.1.23.orig/config/ltconfig 2003-06-12 02:32:43.000000000 +0200
++++ cyrus-sasl-2.1.23/config/ltconfig 2011-08-08 10:54:43.509265006 +0200
+@@ -2034,16 +2034,7 @@ linux-gnu*)
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ deplibs_check_method=pass_all
+-
+- if test -f /lib/ld.so.1; then
+- dynamic_linker='GNU ld.so'
+- 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
++ dynamic_linker='Linux ld.so'
+ ;;
+
+ netbsd*)