rpms/xulrunner/devel mozilla-sqlite.patch,1.1,1.2

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat May 17 04:19:51 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2805

Modified Files:
	mozilla-sqlite.patch 
Log Message:
tweak the patch a bit


mozilla-sqlite.patch:

Index: mozilla-sqlite.patch
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/mozilla-sqlite.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozilla-sqlite.patch	17 May 2008 03:24:14 -0000	1.1
+++ mozilla-sqlite.patch	17 May 2008 04:19:11 -0000	1.2
@@ -7,7 +7,7 @@
 diff -d -u -p -r1.1992 configure.in
 --- mozilla/configure.in	5 May 2008 21:08:14 -0000	1.1992
 +++ mozilla/configure.in	17 May 2008 02:26:32 -0000
-@@ -5958,7 +5958,17 @@ then
+@@ -5958,7 +5958,18 @@ then
      SQLITE_CFLAGS=
      SQLITE_LIBS='$(call EXPAND_LIBNAME_PATH,sqlite3,$(DIST)/lib)'
  else
@@ -23,6 +23,7 @@
 +    if test "$res" != "yes"; then
 +        AC_MSG_ERROR([sqlite version $SQLITE_VERSION or higher required])
 +    fi
++    PKG_CHECK_MODULES(SQLITE, sqlite3)
  fi
  
  AC_SUBST(MOZ_NATIVE_SQLITE)




More information about the fedora-extras-commits mailing list