All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libbsd: bump to version 0.6.0
@ 2013-10-07  6:56 Jerzy Grzegorek
  2013-10-07  9:52 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Jerzy Grzegorek @ 2013-10-07  6:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/libbsd/libbsd.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libbsd/libbsd.mk b/package/libbsd/libbsd.mk
index be4175a..88039ca 100644
--- a/package/libbsd/libbsd.mk
+++ b/package/libbsd/libbsd.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LIBBSD_VERSION         = 0.4.2
+LIBBSD_VERSION         = 0.6.0
+LIBBSD_SOURCE		= libbsd-$(LIBBSD_VERSION).tar.xz
 LIBBSD_SITE            = http://libbsd.freedesktop.org/releases
 LIBBSD_LICENSE         = BSD-3c MIT
 LIBBSD_LICENSE_FILES   = COPYING
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/1] libbsd: bump to version 0.6.0
  2013-10-07  6:56 [Buildroot] [PATCH 1/1] libbsd: bump to version 0.6.0 Jerzy Grzegorek
@ 2013-10-07  9:52 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-10-07  9:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> writes:

 Jerzy> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
 Jerzy> ---
 Jerzy>  package/libbsd/libbsd.mk |    3 ++-
 Jerzy>  1 file changed, 2 insertions(+), 1 deletion(-)

 Jerzy> diff --git a/package/libbsd/libbsd.mk b/package/libbsd/libbsd.mk
 Jerzy> index be4175a..88039ca 100644
 Jerzy> --- a/package/libbsd/libbsd.mk
 Jerzy> +++ b/package/libbsd/libbsd.mk
 Jerzy> @@ -4,7 +4,8 @@
 Jerzy>  #
 Jerzy>  ################################################################################
 
 Jerzy> -LIBBSD_VERSION         = 0.4.2
 Jerzy>  +LIBBSD_VERSION         = 0.6.0
 Jerzy>  +LIBBSD_SOURCE		= libbsd-$(LIBBSD_VERSION).tar.xz

_SOURCE indentation is wrong (other lines use space, this one uses
tabs). More importantly, this version no longer works with uClibc:

checking for GNU .init_array section support... no
configure: error: missing required GNU .init_array section support

From the upstream commit, it sounds like this is a glibc only feature:

http://cgit.freedesktop.org/libbsd/commit/?id=6faea4d2a0eb7782187dd6d92749a0813e7405bd

Either we make libbsd glibc only, or we stay with the old version.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-10-07  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-07  6:56 [Buildroot] [PATCH 1/1] libbsd: bump to version 0.6.0 Jerzy Grzegorek
2013-10-07  9:52 ` 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.