Skip to content

Commit

Permalink
[rpm] Use system sqlite
Browse files Browse the repository at this point in the history
Enable system sqlite for both local and rpm package builds.

See bugs 32660 and 32816
  • Loading branch information
rainemak committed Oct 15, 2015
1 parent 7f20b1e commit 27627b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions embedding/embedlite/config/mozconfig.merqtxulrunner
Expand Up @@ -11,6 +11,7 @@ export CXXFLAGS="$CXXFLAGS -DUSE_ANDROID_OMTC_HACKS=1 "
ac_add_options --prefix=/usr

ac_add_options --with-system-jpeg
ac_add_options --enable-system-sqlite

ac_add_options --without-x
ac_add_options --with-gl-provider=EGL
Expand Down
2 changes: 1 addition & 1 deletion rpm/xulrunner-qt5.spec
Expand Up @@ -3,7 +3,7 @@

%define embedlite_config merqtxulrunner

%define system_sqlite 0
%define system_sqlite 1
%define system_ffi 1
%define system_hunspell 1
%define system_jpeg 1
Expand Down

0 comments on commit 27627b9

Please sign in to comment.