Browse Source
Merge pull request #8219 from Apteryks/master
net-snmp: disable support for perl
lilik-openwrt-22.03
Stijn Tintel
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 \
|
|
|
|