From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libupnpp: fix build with uclibc
Date: Fri, 4 May 2018 17:06:44 +0200 [thread overview]
Message-ID: <20180504170644.509bae3b@windsurf> (raw)
In-Reply-To: <20180504100538.21898-1-fontaine.fabrice@gmail.com>
Hello,
On Fri, 4 May 2018 12:05:38 +0200, Fabrice Fontaine wrote:
> +diff --git a/configure.ac b/configure.ac
> +index 8903b72..cd3c298 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -35,9 +35,8 @@ build_linux=no
> + build_mac=no
> + # Detect the target system
> + case "${host_os}" in
> +- linux*) build_linux=yes;;
> + darwin*) build_mac=yes;;
> +- *) AC_MSG_ERROR(["OS $host_os is not supported"]);;
> ++ *) build_linux=yes;;
Wouldn't something like:
linux*|uclinux*) build_linux=yes;
be a cleaner solution ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-05-04 15:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-04 10:05 [Buildroot] [PATCH 1/1] libupnpp: fix build with uclibc Fabrice Fontaine
2018-05-04 15:06 ` Thomas Petazzoni [this message]
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=20180504170644.509bae3b@windsurf \
--to=thomas.petazzoni@bootlin.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