Skip to content

Commit

Permalink
Merge pull request #83 from flightaware/BCK-6685_casstcl_gcc_fix
Browse files Browse the repository at this point in the history
Fix casstcl linking on linux / gcc env
  • Loading branch information
conej730 authored Dec 28, 2021
2 parents 46b989b + 1ae65a4 commit eb4f6da
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion ctables/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ skipped $prefix no libdirs"
for dir in $cass_libdirs
do
if test -f $dir/casstcl.tcl; then
casstclver=`basename $dir | sed s/^casstcl//`
casstclver=`sh -c "cd $dir && ls libcasstcl*.so | sed -e 's/^libcasstcl//' -e 's/\.so$//'"`
msg_debug="$msg_debug
found casstcl in $dir"
sysconfig_tcl_content="$sysconfig_tcl_content
Expand Down
Loading

0 comments on commit eb4f6da

Please sign in to comment.