slackbuilds_ponce/network/hping3/patches/tcl.diff
2010-05-13 00:36:41 +02:00

13 lines
376 B
Diff

Harcode libtcl version to be that of the default tclsh.
--- a/configure
+++ b/configure
@@ -98,7 +98,7 @@
fi
if [ -n $USE_TCL ]
then
- LIBPOSTFIX=`ls -1 /usr/local/lib/ /usr/lib | grep 'libtcl[0-9]' | grep so | sed -e 's/\.so.*//g' -e 's/libtcl//g' | sort -r | head -1`
+ LIBPOSTFIX=`echo puts \\$tcl_version | $TCLSH -`
TCL_LIB="-ltcl${LIBPOSTFIX} -lm -lpthread"
fi