diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2019-02-16 17:28:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 17:28:50 +0200 |
commit | 68a58ff22be79ccd761ec7efce1910ccf88120ef (patch) | |
tree | fae5077888ed82e959460fae80bd1aeacb50450d /net | |
parent | bf729d2f380dd64d9786abfbf1754be5f2fd9c8a (diff) | |
parent | 90a713e3c6c33a38b53dcbcc1abec4801bc86ce5 (diff) |
Merge pull request #8219 from Apteryks/master
net-snmp: disable support for perl
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 9e2eff947..2180bfa5a 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -208,6 +208,9 @@ CONFIGURE_ARGS += \ --without-zlib \ --with-nl \ $(call autoconf_bool,CONFIG_IPV6,ipv6) \ + --disable-perl-cc-checks \ + --disable-embedded-perl \ + --without-perl-modules CONFIGURE_VARS += \ ac_cv_header_netlink_netlink_h=yes \ |