diff --git a/sqlite.spec b/sqlite.spec index f0e0259..c279aec 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -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