net-snmp: disable support for perl 8219/head
authorMaxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Thu, 14 Feb 2019 18:30:58 +0000 (13:30 -0500)
committerMaxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Thu, 14 Feb 2019 18:34:39 +0000 (13:34 -0500)
Using an external toolchain, it was discovered that net-snmp would
link with the Perl library (-lperl) from the host rather than from the
target.

Since we do not provide Perl as a dependency to net-snmp, the solution
is to disable support for it.

Fixes issue #8217.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
net/net-snmp/Makefile

index 8fa011523af05616bef194c78fd7f3668da9492d..6e452d3c812a208d5396c9c9568980e601bf8517 100644 (file)
@@ -206,6 +206,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 \