rpms/sqlite2/devel sqlite2.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 10:02:45 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/sqlite2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6818

Modified Files:
	sqlite2.spec 
Log Message:
-pthread, not -lpthread



Index: sqlite2.spec
===================================================================
RCS file: /cvs/dist/rpms/sqlite2/devel/sqlite2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sqlite2.spec	24 Jan 2006 09:08:29 -0000	1.6
+++ sqlite2.spec	24 Jan 2006 10:02:41 -0000	1.7
@@ -80,7 +80,7 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1 -DTHREADSAFE=1 -lpthread"
+CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1 -DTHREADSAFE=1 -pthread"
 %configure --enable-utf8 --disable-static
 make 
 make tclsqlite libtclsqlite.la doc




More information about the fedora-cvs-commits mailing list