mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
13 lines
376 B
Diff
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
|
|
|