]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- up to 8.6.8 auto/th/tcl-8.6.8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 15 May 2018 21:03:39 +0000 (23:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 15 May 2018 21:03:39 +0000 (23:03 +0200)
tcl-conf.patch
tcl.spec

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"
index 1f87d2e3ed4727ae513e87cf10e26201eb88bf12..7ef54e4a9dabddae7bb065c232726269c1480f78 100644 (file)
--- a/tcl.spec
+++ b/tcl.spec
@@ -6,7 +6,7 @@
 %bcond_without tests   # don't perform "make test"
 #
 %define                major   8.6
-%define                minor   7
+%define                minor   8
 Summary:       Tool Command Language embeddable scripting language, with shared libraries
 Summary(fr.UTF-8):     Tool Command Language, langage de script avec bibliothèques partagées
 Summary(pl.UTF-8):     Tool Command Language - język skryptowy z bibliotekami dynamicznymi
@@ -19,7 +19,7 @@ Release:      1
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       http://downloads.sourceforge.net/tcl/%{name}-core%{version}-src.tar.gz
-# Source0-md5: 3f723d62c2e074bdbb2ddf330b5a71e1
+# Source0-md5: 9804911b9ac76f76d698f28894af6c55
 Source1:       %{name}-pl-man-pages.tar.bz2
 # Source1-md5: dd3370f2b588763758787831a4bf48fc
 Patch0:                %{name}-ieee.patch
This page took 0.110619 seconds and 4 git commands to generate.