All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 15/18] libmicrohttpd: Add -D_REENTRANT to CFLAGS
Date: Sun, 18 Mar 2018 23:02:57 -0700	[thread overview]
Message-ID: <20180319060300.5366-15-raj.khem@gmail.com> (raw)
In-Reply-To: <20180319060300.5366-1-raj.khem@gmail.com>

GCC fails to add it with -pthread on some arches e.g. risc-v

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.55.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.55.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.55.bb
index ee399a764..0930a277b 100644
--- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.55.bb
+++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.55.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada8
 
 inherit autotools lib_package pkgconfig gettext
 
+CFLAGS += "-pthread -D_REENTRANT"
+
 EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../"
 
 PACKAGECONFIG ?= "curl"
-- 
2.16.2



  parent reply	other threads:[~2018-03-19  6:03 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-19  6:02 [meta-oe][PATCH 01/18] obexftp: use makefile instead of ninja cmake generator Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 02/18] mdns: Do not include nss.h with musl Khem Raj
2018-03-19  6:02 ` [meta-oe][PATCH 03/18] mraa: Fix build on musl Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 04/18] iscsi-initiator-utils: Upgrade to 2.0.876 Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 05/18] samba: Refresh musl pam patch Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 06/18] opensaf: Upgrade to 5.18.02 Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 07/18] libtalloc: Upgrade to 2.1.11 Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 08/18] openl2tp: Fix build due to duplicate net/ headers Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 09/18] keepalived: Upgrade from 1.3.5 -> 1.4.2 Khem Raj
2018-03-19  6:02 ` [meta-oe][PATCH 10/18] mraa: Drop residual patch Khem Raj
2018-03-19  6:02 ` [meta-oe][PATCH 11/18] libyui, libyui-ncurses: Update to lates Khem Raj
2018-03-19  6:02 ` [meta-oe][PATCH 12/18] libyui-ncurses: Fix build with musl _nl_msg_cat_cntr in not available Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 13/18] ebtables: Fix duplicate definition errors due to netinet/ether.h Khem Raj
2018-03-19  6:02 ` [meta-oe][PATCH 14/18] flashrom: Upgrade to 1.0 Khem Raj
2018-03-20 15:22   ` akuster808
2018-03-20 15:35     ` Khem Raj
2018-03-19  6:02 ` Khem Raj [this message]
2018-03-19  6:02 ` [meta-filesystems][PATCH 16/18] xfsdump: Use new config.guess and config.sub Khem Raj
2018-03-19  6:02 ` [meta-networking][PATCH 17/18] fwknop: " Khem Raj
2018-03-19  6:03 ` [meta-oe][PATCH 18/18] mpich: " Khem Raj

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=20180319060300.5366-15-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 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.