From: Marc Fournier Date: Mon, 8 Aug 2016 12:07:18 +0000 (+0200) Subject: collectd.spec: fix typo, missing "%" sign X-Git-Tag: collectd-5.6.0~76 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=68434b89d66c54d1b1ba3812163e6208c1be2e8c collectd.spec: fix typo, missing "%" sign --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index cc4b8ee8..3a4afdc6 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -1673,7 +1673,7 @@ Collectd utilities %define _with_zookeeper --disable-zookeeper %endif -%configure CFLAGS="%{optflags} {?_python_config} \ +%configure CFLAGS="%{optflags} %{?_python_config} \ -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \ --disable-static \ --without-included-ltdl \