Changes of Revision 39
[-] | Changed | collectd.spec |
x 1
2 BuildRequires: libgcrypt-devel 3 4 BuildRequires: kernel-source 5 +BuildRequires: liboping-devel 6 7 %if %suse_version >= 930 8 BuildRequires: mysql-shared mysql-devel >= 4.1.0 9
10 ##autoreconf -fiv 11 export CFLAGS="-DHAVE_IPTC_HANDLE_T -DHAVE_IP6TC_HANDLE_T" 12 %configure \ 13 - --with-perl-bindings="INSTALLDIRS=\"vendor\" PREFIX=\"%{_prefix}\"" \ 14 + --with-perl-bindings="INSTALLDIRS=vendor" \ 15 --with-libstatgrab \ 16 --with-rrdtool \ 17 --disable-nut \ 18 |