Correct TLIBS not LIBS

This commit is contained in:
Paul Nasrat 2007-06-07 07:45:59 +00:00
parent b93e7ec35f
commit 79cfbe54a8

View File

@ -55,7 +55,7 @@ This package contains the tcl modules for %{name}.
%build
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
%configure LIBS=-ldl %{!?_with_tcl:--disable-tcl} \
%configure TLIBS=-ldl %{!?_with_tcl:--disable-tcl} \
--enable-threadsafe \
--enable-threads-override-locks
make %{?_smp_mflags}