This commit is contained in:
Paul Nasrat 2007-06-01 12:52:07 +00:00
parent 94c54e7101
commit 4223512f8b
1 changed files with 2 additions and 2 deletions

View File

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