diff --git a/rrdtool.be0 b/rrdtool.be0 index 080a42b72..0548787b8 100755 --- a/rrdtool.be0 +++ b/rrdtool.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION rrdtool-1.6.0-2 +# BEE_VERSION rrdtool-1.6.0-3 # SRCURL[0]="http://www.mrtg.org/rrdtool/pub/rrdtool-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/4ff52cc44b935b02d2742e6875094da5/rrdtool-1.6.0.tar.gz" @@ -27,8 +27,11 @@ mee_configure() { # checking if msync with MS_ASYNC updates the files mtime... (cached) yes rd_cv_ms_async=ok \ bee_configure \ - --enable-perl-site-install \ + --disable-perl-site-install \ --disable-ruby \ + --disable-perl \ + --disable-python \ + --disable-lua \ --without-systemdsystemunitdir } @@ -40,6 +43,3 @@ mee_configure() { #mee_install() { # bee_install #} -mee_install_post() { - rm -rv ${D}/usr/local/lib/perl5/5.12.1 -} \ No newline at end of file