mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint
with the option -noxs, the Pure Perl version is always built. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a7ea96b87d
commit
0a2d217826
@ -1,10 +1,7 @@
|
|||||||
config BR2_PACKAGE_PERL_NETADDR_IP
|
config BR2_PACKAGE_PERL_NETADDR_IP
|
||||||
bool "perl-netaddr-ip"
|
bool "perl-netaddr-ip"
|
||||||
depends on !BR2_STATIC_LIBS
|
|
||||||
help
|
help
|
||||||
Manages IPv4 and IPv6 addresses and subnets
|
Manages IPv4 and IPv6 addresses and subnets
|
||||||
|
|
||||||
https://metacpan.org/release/NetAddr-IP
|
https://metacpan.org/release/NetAddr-IP
|
||||||
|
|
||||||
comment "perl-netaddr-ip needs a toolchain w/ dynamic library"
|
|
||||||
depends on BR2_STATIC_LIBS
|
|
||||||
|
@ -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 = Artistic or GPLv1+
|
||||||
PERL_NETADDR_IP_LICENSE_FILES = Artistic Copying
|
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
|
PERL_NETADDR_IP_CONF_OPTS = -noxs
|
||||||
|
|
||||||
$(eval $(perl-package))
|
$(eval $(perl-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user