Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcl/files: tcl-8.5.14-conf.patch
Date: Wed, 01 May 2013 11:10:02
Message-Id: 20130501110955.7FA7D2171E@flycatcher.gentoo.org
1 jlec 13/05/01 11:09:55
2
3 Added: tcl-8.5.14-conf.patch
4 Log:
5 dev-lang/tcl: Version BUmp
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.1 dev-lang/tcl/files/tcl-8.5.14-conf.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/files/tcl-8.5.14-conf.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/files/tcl-8.5.14-conf.patch?rev=1.1&content-type=text/plain
14
15 Index: tcl-8.5.14-conf.patch
16 ===================================================================
17 --- tcl8.5.0/unix/tcl.m4.conf 2007-12-20 10:48:05.000000000 +0100
18 +++ tcl8.5.0/unix/tcl.m4 2007-12-20 10:48:52.000000000 +0100
19 @@ -1427,7 +1427,7 @@ dnl AC_CHECK_TOOL(AR, ar)
20 # get rid of the warnings.
21 #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
22
23 - SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
24 + SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
25 DL_OBJS="tclLoadDl.o"
26 DL_LIBS="-ldl"
27 LDFLAGS="$LDFLAGS -Wl,--export-dynamic"