Browse Source

Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindings

utils/collectd:  Really prevent perl bindings
lilik-openwrt-22.03
Jo-Philipp Wich 9 years ago
parent
commit
fd88a6d92f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/collectd/Makefile

+ 1
- 1
utils/collectd/Makefile View File

@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
--with-perl-bindings= \
--without-perl-bindings \
--without-libgcrypt
CONFIGURE_VARS+= \


Loading…
Cancel
Save