Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 125971 | Differences between
and this patch

Collapse All | Expand All

(-)tcl8.4.13.orig/unix/tcl.m4 (-1 / +1 lines)
Lines 1340-1346 dnl AC_CHECK_TOOL(AR, ar) Link Here
1340
	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
1340
	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
1341
1341
1342
	    if test "$have_dl" = yes; then
1342
	    if test "$have_dl" = yes; then
1343
		SHLIB_LD="${CC} -shared"
1343
		SHLIB_LD="${CC} -shared -Wl,-soname,\${TCL_LIB_FILE}"
1344
		DL_OBJS="tclLoadDl.o"
1344
		DL_OBJS="tclLoadDl.o"
1345
		DL_LIBS="-ldl"
1345
		DL_LIBS="-ldl"
1346
		LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
1346
		LDFLAGS="$LDFLAGS -Wl,--export-dynamic"

Return to bug 125971