rpms/sqlite/devel sqlite.spec,1.25,1.26

Paul Nasrat (pnasrat) fedora-extras-commits at redhat.com
Thu Jun 7 07:46:34 UTC 2007


Author: pnasrat

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15287

Modified Files:
	sqlite.spec 
Log Message:
Correct TLIBS not LIBS



Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sqlite.spec	4 Jun 2007 12:44:53 -0000	1.25
+++ sqlite.spec	7 Jun 2007 07:45:59 -0000	1.26
@@ -55,7 +55,7 @@
 
 %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}




More information about the fedora-extras-commits mailing list