Skip to content

rrdtool: remove language bindings #1887

Merged
merged 1 commit into from
Sep 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rrdtool.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

}
Expand All @@ -40,6 +43,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rv ${D}/usr/local/lib/perl5/5.12.1
}