Skip to content

Commit

Permalink
Merge pull request #1229 from mariux64/fix-rrdtool160
Browse files Browse the repository at this point in the history
rrdtool: disable ruby support
  • Loading branch information
donald authored Sep 2, 2019
2 parents c3fc69f + b60e029 commit 831182b
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 831182b

Please sign in to comment.