From: Ruben Kerkhof Date: Sun, 18 Nov 2012 10:44:51 +0000 (+0100) Subject: Quote arguments X-Git-Tag: collectd-5.2.2~10^2~6 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2454e4800d433b95670be60b2356575e2f3cd71e;p=collectd.git Quote arguments --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 152fb395..ef7bdaa9 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -329,7 +329,7 @@ Development files for libcollectdclient %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL'" \ --disable-static \ --with-java=%{java_home}/ \ - --with-perl-bindings=INSTALLDIRS=vendor + --with-perl-bindings="INSTALLDIRS=vendor" %{__make} %{?_smp_mflags}