Correct TLIBS not LIBS
This commit is contained in:
parent
b93e7ec35f
commit
79cfbe54a8
@ -55,7 +55,7 @@ This package contains the tcl modules for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
|
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-threadsafe \
|
||||||
--enable-threads-override-locks
|
--enable-threads-override-locks
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user