diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-26 19:28:32 -0800 |
---|---|---|
committer | david <david@david-desktop.(none)> | 2014-11-21 09:41:00 +0800 |
commit | 324fb12dc296d198ed433ad97d9df9c8f11a28e7 (patch) | |
tree | 79bdc52e49aa5c49c04be3d8cd671c64242fc46b | |
parent | 932cace4c734e131e01e78e9fa280e3575e117c5 (diff) | |
download | libsoup-324fb12dc296d198ed433ad97d9df9c8f11a28e7.tar.gz libsoup-324fb12dc296d198ed433ad97d9df9c8f11a28e7.tar.bz2 libsoup-324fb12dc296d198ed433ad97d9df9c8f11a28e7.zip |
fixed packaging
-rw-r--r-- | packaging/libsoup.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index b7aaa6d6..523ac743 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -64,7 +64,8 @@ Features: %build %configure\ --disable-static \ - --enable-introspection + --enable-introspection \ + --without-gnome --enable-sqllite=yes --disable-tls-check make %{?_smp_mflags} %install |