Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/iprutils: disable for musl toolchains
Date: Sat, 23 Jan 2016 21:57:59 +0100	[thread overview]
Message-ID: <1453582679-30476-1-git-send-email-romain.naour@gmail.com> (raw)

Disable iprutils for musl toolchain until someone
is interested enough to fixes it.

Note: the latest version (2.4.10) doesn't event build
with uClibc due to a test in the new configure script.

AC_CHECK_LIB([m], [matherr], [], [AC_ERROR("libm not found.")])

Avoid:
http://autobuild.buildroot.net/results/61e/61e121c25fc07083bcccedfcb4f938d18f5c5456/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/iprutils/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/iprutils/Config.in b/package/iprutils/Config.in
index 1bc58e8..709aee6 100644
--- a/package/iprutils/Config.in
+++ b/package/iprutils/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_IPRUTILS
 	bool "iprutils"
+	depends on !BR2_TOOLCHAIN_USES_MUSL
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_NCURSES_TARGET_PANEL
 	select BR2_PACKAGE_NCURSES_TARGET_FORM
@@ -11,3 +12,6 @@ config BR2_PACKAGE_IPRUTILS
 	  System utilities for IBM Power RAID devices
 
 	  http://sourceforge.net/projects/iprdd/
+
+comment "iprutils needs a glibc or uClibc toolchain"
+	depends on BR2_TOOLCHAIN_USES_MUSL
-- 
2.4.3

             reply	other threads:[~2016-01-23 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 20:57 Romain Naour [this message]
2016-01-25 22:29 ` [Buildroot] [PATCH] package/iprutils: disable for musl toolchains Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453582679-30476-1-git-send-email-romain.naour@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox