Commit 0a2d2178 authored by Francois Perrad's avatar Francois Perrad Committed by Peter Korsgaard
Browse files

perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint



with the option -noxs, the Pure Perl version is always built.

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent a7ea96b8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_NETADDR_IP
	bool "perl-netaddr-ip"
	depends on !BR2_STATIC_LIBS
	help
	  Manages IPv4 and IPv6 addresses and subnets

	  https://metacpan.org/release/NetAddr-IP
comment "perl-netaddr-ip needs a toolchain w/ dynamic library"
	depends on BR2_STATIC_LIBS
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ PERL_NETADDR_IP_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKER
PERL_NETADDR_IP_LICENSE = Artistic or GPLv1+
PERL_NETADDR_IP_LICENSE_FILES = Artistic Copying

# we always build the Pure Perl version.
# the build of the native part of NetAddr::IP::Util is buggy.
PERL_NETADDR_IP_CONF_OPTS = -noxs

$(eval $(perl-package))