Merge pull request #8219 from Apteryks/master

net-snmp: disable support for perl
This commit is contained in:
Stijn Tintel 2019-02-16 17:28:50 +02:00 committed by GitHub
commit 68a58ff22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 \