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

Collapse All | Expand All

(-)expect-5.44.1.15/tclconfig/tcl.m4.orig (-2 / +2 lines)
Lines 1579-1590 Link Here
1579
	FreeBSD-*)
1579
	FreeBSD-*)
1580
	    # FreeBSD 3.* and greater have ELF.
1580
	    # FreeBSD 3.* and greater have ELF.
1581
	    SHLIB_CFLAGS="-fPIC"
1581
	    SHLIB_CFLAGS="-fPIC"
1582
	    SHLIB_LD="ld -Bshareable -x"
1582
	    SHLIB_LD="${CC} -shared"
1583
	    SHLIB_LD_LIBS='${LIBS}'
1583
	    SHLIB_LD_LIBS='${LIBS}'
1584
	    SHLIB_SUFFIX=".so"
1584
	    SHLIB_SUFFIX=".so"
1585
	    DL_OBJS="tclLoadDl.o"
1585
	    DL_OBJS="tclLoadDl.o"
1586
	    DL_LIBS=""
1586
	    DL_LIBS=""
1587
	    LDFLAGS="$LDFLAGS -export-dynamic"
1587
	    LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
1588
	    CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
1588
	    CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
1589
	    LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
1589
	    LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
1590
	    if test "${TCL_THREADS}" = "1" ; then
1590
	    if test "${TCL_THREADS}" = "1" ; then

Return to bug 314033