All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint
@ 2015-10-26 17:45 Francois Perrad
  2015-10-26 17:45 ` [Buildroot] [PATCH 2/2] scancpan: README as default license file Francois Perrad
  2015-10-26 21:57 ` [Buildroot] [PATCH 1/2] perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2015-10-26 17:45 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl-netaddr-ip/Config.in          | 3 ---
 package/perl-netaddr-ip/perl-netaddr-ip.mk | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/perl-netaddr-ip/Config.in b/package/perl-netaddr-ip/Config.in
index 7ccb20a..1525830 100644
--- a/package/perl-netaddr-ip/Config.in
+++ b/package/perl-netaddr-ip/Config.in
@@ -1,10 +1,7 @@
 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
diff --git a/package/perl-netaddr-ip/perl-netaddr-ip.mk b/package/perl-netaddr-ip/perl-netaddr-ip.mk
index 2e5a82a..f2eec6c 100644
--- a/package/perl-netaddr-ip/perl-netaddr-ip.mk
+++ b/package/perl-netaddr-ip/perl-netaddr-ip.mk
@@ -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))
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-26 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 17:45 [Buildroot] [PATCH 1/2] perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint Francois Perrad
2015-10-26 17:45 ` [Buildroot] [PATCH 2/2] scancpan: README as default license file Francois Perrad
2015-10-26 21:57   ` Peter Korsgaard
2015-10-26 21:57 ` [Buildroot] [PATCH 1/2] perl-netaddr-ip: remove !BR2_STATIC_LIBS constraint Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.