wok-next diff collectd/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | e73490c990e2 |
children |
line diff
1.1 --- a/collectd/receipt Wed Dec 04 17:18:08 2019 +0100 1.2 +++ b/collectd/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="https://collectd.org/files/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="curl-dev libxml2-dev perl rrdtool-dev slitaz-toolchain" 1.8 +BUILD_DEPENDS="autoconf automake curl-dev libxml2-dev perl rrdtool-dev slitaz-toolchain" 1.9 SPLIT="$PACKAGE-dev $PACKAGE-apache:apache $PACKAGE-bind:bind" 1.10 1.11 compile_rules() 1.12 @@ -29,7 +29,7 @@ 1.13 --enable-syslog \ 1.14 --enable-csv \ 1.15 --enable-rrdtool \ 1.16 - --with-librrdtool=/usr/include \ 1.17 + --with-librrd=/usr/include \ 1.18 --disable-all-plugins \ 1.19 --sysconfdir=/etc/collectd \ 1.20 $CONFIGURE_ARGS &&