rpms/sqlite/devel sqlite.spec,1.23,1.24

Paul Nasrat (pnasrat) fedora-extras-commits at redhat.com
Fri Jun 1 12:52:44 UTC 2007


Author: pnasrat

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

Modified Files:
	sqlite.spec 
Log Message:
Add LIBS


Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sqlite.spec	1 Jun 2007 12:35:25 -0000	1.23
+++ sqlite.spec	1 Jun 2007 12:52:07 -0000	1.24
@@ -55,9 +55,9 @@
 
 %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
 




More information about the fedora-extras-commits mailing list