]> git.pld-linux.org Git - packages/tcl.git/blobdiff - tcl-conf.patch
- up to 8.6.8
[packages/tcl.git] / tcl-conf.patch
index 51ff0ec14130df09666586b2ae361dfee8d207d3..66a3e3cc935fef3fc26d1d58e9093d5ce88873d9 100644 (file)
@@ -1,11 +1,10 @@
 --- tcl8.5.0/unix/tcl.m4.conf  2007-12-20 10:48:05.000000000 +0100
 +++ tcl8.5.0/unix/tcl.m4       2007-12-20 10:48:52.000000000 +0100
-@@ -1427,12 +1427,12 @@ dnl AC_CHECK_TOOL(AR, ar)
-           # get rid of the warnings.
+@@ -1403,11 +1403,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
            #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
  
--          SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
-+          SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
+           SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
++          SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}'
            DL_OBJS="tclLoadDl.o"
            DL_LIBS="-ldl"
            LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
This page took 0.648771 seconds and 4 git commands to generate.