Reinhard Max 2024-09-24 09:24:56 +00:00 committed by Git OBS Bridge
parent 1421362b62
commit 47be35d3f3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 24 09:15:58 UTC 2024 - Reinhard Max <max@suse.com>
- TCL_PACKAGE_PATH now needs to be a unix-style path separated by
colons rather than a Tcl list.
-------------------------------------------------------------------
Fri Sep 13 14:38:41 UTC 2024 - Reinhard Max <max@suse.com>

View File

@ -99,7 +99,7 @@ rm -r pkgs/sqlite3.*
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%define scriptdir %_libdir/tcl
export TCL_PACKAGE_PATH="%scriptdir %_datadir/tcl"
export TCL_PACKAGE_PATH="%scriptdir:%_datadir/tcl"
export TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
cd unix
autoconf