From 79cfbe54a8e60a66b70b055c409757aa93b6617e Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 7 Jun 2007 07:45:59 +0000 Subject: [PATCH] Correct TLIBS not LIBS --- sqlite.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite.spec b/sqlite.spec index ed9c3ea..324c41e 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -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}