[uwsgi/f21] Updating build profile

Jorge A Gallegos kad at fedoraproject.org
Thu Aug 28 18:27:46 UTC 2014


commit b3c615d5ef8122fae3b4a97437f6c22a6c97a2d8
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Wed Aug 27 16:05:50 2014 -0700

    Updating build profile
    
    There are some options that don't exist anymore, and there are some
    other options that changed what type of value they can read.

 fedora.ini |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index 97782f6..6a668ba 100644
--- a/fedora.ini
+++ b/fedora.ini
@@ -2,14 +2,11 @@
 inherit = core
 bin_name = uwsgi
 xml = libxml2
-yaml = true
-json = true
-pcre = true
-routing = true
-sqlite3 = true
-ssl = true
-xml_implementation = libxml2
-yaml_implementation = auto
+yaml = libyaml
+json = jansson
+pcre = auto
+routing = auto
+ssl = auto
 malloc_implementation = libc
 embedded_plugins = corerouter, echo, http, logcrypto, logfile, logpipe, logsocket, mongodblog, ping, redislog, rsyslog, syslog
 plugins = cache, carbon, cgi, fastrouter, greenlet, jvm, logzmq, lua, nagios, pam, php, psgi, python, rack, rawrouter, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, ruby19, sslrouter, systemd_logger, ugreen, zergpool


More information about the scm-commits mailing list