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
parent
commit
68a58ff22b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/net-snmp/Makefile

+ 3
- 0
net/net-snmp/Makefile 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 \


Loading…
Cancel
Save