View | Details | Raw Unified | Return to bug 193791
Collapse All | Expand All

(-)x11-toolkits/blt/files/patch-configure (-2 / +13 lines)
Lines 1-5 Link Here
1
--- configure.orig	2010-11-30 17:51:02.000000000 -0500
1
--- configure.orig	2010-11-30 22:51:02.000000000 +0000
2
+++ configure
2
+++ configure	2014-09-13 06:33:34.000000000 +0000
3
@@ -975,7 +975,7 @@ cat > conftest.$ac_ext << EOF
3
@@ -975,7 +975,7 @@ cat > conftest.$ac_ext << EOF
4
 #line 976 "configure"
4
 #line 976 "configure"
5
 #include "confdefs.h"
5
 #include "confdefs.h"
Lines 141-143 Link Here
141
     # Not available on all versions:  check for include file.
141
     # Not available on all versions:  check for include file.
142
     ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
142
     ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
143
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
143
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
144
@@ -4110,8 +4114,8 @@ fi
145
 
146
     if test "$test_ok" = yes; then
147
       SHLIB_CFLAGS="-fpic"
148
-      SHLIB_LD="ld"
149
-      SHLIB_LD_FLAGS="-Bshareable -x"
150
+      SHLIB_LD="${CC}"
151
+      SHLIB_LD_FLAGS="-shared -Wl,-x"
152
     fi
153
     ;;
154
 

Return to bug 193791