mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
net-snmp: disable support for perl
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>
This commit is contained in:
@@ -206,6 +206,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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user