diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-26 19:28:32 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-04-26 15:38:06 -0700 |
commit | 0e1c60c513cc61e3ab16319d251f59b8a9a8803a (patch) | |
tree | 7ccd514d6ade9e1095e0ee04a6e3fae2734995d9 | |
parent | 16379b5f6e802c2c069b394ac5f2295ddf42b40e (diff) | |
download | libsoup-0e1c60c513cc61e3ab16319d251f59b8a9a8803a.tar.gz libsoup-0e1c60c513cc61e3ab16319d251f59b8a9a8803a.tar.bz2 libsoup-0e1c60c513cc61e3ab16319d251f59b8a9a8803a.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 |