Merge pull request #8219 from Apteryks/master
net-snmp: disable support for perl
This commit is contained in:
commit
68a58ff22b
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ CONFIGURE_ARGS += \
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
--with-nl \
|
--with-nl \
|
||||||
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
||||||
|
--disable-perl-cc-checks \
|
||||||
|
--disable-embedded-perl \
|
||||||
|
--without-perl-modules
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_header_netlink_netlink_h=yes \
|
ac_cv_header_netlink_netlink_h=yes \
|
||||||
|
|
Loading…
Reference in a new issue