From 4223512f8b44dc2fd97283120cdf7db35a44959d Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 1 Jun 2007 12:52:07 +0000 Subject: [PATCH] Add LIBS --- sqlite.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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