summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3361d7a)
raw | patch | inline | side by side (parent: 3361d7a)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 5 May 2015 16:17:27 +0000 (18:17 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 5 May 2015 16:17:27 +0000 (18:17 +0200) |
contrib/redhat/collectd.spec | patch | blob | history |
index 700422a8efa5f533ef97a7bf8f12c7aab24608d4..4c537f4b8882a91846a74fb69de7b1abb74f3f1f 100644 (file)
%if %{with_dbi}
%define _with_dbi --enable-dbi
%else
-%define _with_dbi --disable-dbi --without-libdbi
+%define _with_dbi --disable-dbi
%endif
%if %{with_df}
%if %{with_notify_email}
%define _with_notify_email --enable-notify_email
%else
-%define _with_notify_email --disable-notify_email --without-libesmpt
+%define _with_notify_email --disable-notify_email
%endif
%if %{with_ntpd}
%if %{with_perl}
%define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
%else
-%define _with_perl --disable-perl --without-libperl
+%define _with_perl --disable-perl
%endif
%if %{with_pf}
%if %{with_write_mongodb}
%define _with_write_mongodb --enable-write_mongodb
%else
-%define _with_write_mongodb --disable-write_mongodb --without-libmongoc
+%define _with_write_mongodb --disable-write_mongodb
%endif
%if %{with_write_redis}
%define _with_write_redis --enable-write_redis
%else
-%define _with_write_redis --disable-write_redis --without-libcredis
+%define _with_write_redis --disable-write_redis
%endif
%if %{with_write_riemann}