Skip to content

Commit

Permalink
rrdtool: disable ruby support
Browse files Browse the repository at this point in the history
- didn't work anyway and non-root build failed
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 2629e7d commit b60e029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rrdtool.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env beesh
# BEE_VERSION rrdtool-1.6.0-0
# BEE_VERSION rrdtool-1.6.0-1
SRCURL[0]="http://www.mrtg.org/rrdtool/pub/rrdtool-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
Expand All @@ -23,6 +23,7 @@ build_in_sourcedir
mee_configure() {
bee_configure \
--enable-perl-site-install \
--disable-ruby \
--without-systemdsystemunitdir
}

Expand Down

0 comments on commit b60e029

Please sign in to comment.