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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 09:08:32 UTC 2006


Author: alexl

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

Modified Files:
	sqlite2.spec 
Log Message:
Add -lpthread



Index: sqlite2.spec
===================================================================
RCS file: /cvs/dist/rpms/sqlite2/devel/sqlite2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sqlite2.spec	24 Jan 2006 08:25:09 -0000	1.5
+++ sqlite2.spec	24 Jan 2006 09:08:29 -0000	1.6
@@ -80,9 +80,9 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1 -DTHREADSAFE=1"
+CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1 -DTHREADSAFE=1 -lpthread"
 %configure --enable-utf8 --disable-static
-make
+make 
 make tclsqlite libtclsqlite.la doc
 #obs. make test doesn't like root
 make test




More information about the fedora-cvs-commits mailing list