mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-23 15:52:55 +00:00
fix broken tclConfig.sh detection
This commit is contained in:
parent
d267ddc1f1
commit
60fc93e8dc
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
%ifarch %{e2k} %{riscv} loongarch64
|
||||
%bcond_with ruby
|
||||
%bcond_with php
|
||||
%bcond_with tcl
|
||||
%bcond_without tcl
|
||||
%endif
|
||||
|
||||
%define cdt_major 5
|
||||
|
@ -378,6 +378,7 @@ sed -i 's!e2k!e2k*!g' configure.ac
|
|||
touch debian/libgvphp7.install.in
|
||||
|
||||
%build
|
||||
export TCLCONFIG="%{_libdir}/tclConfig.sh"
|
||||
./autogen.sh
|
||||
#autoreconf -fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue