From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/thrift: fix build failure on bfin
Date: Tue, 24 Feb 2015 00:39:22 +0100 [thread overview]
Message-ID: <54EBBA2A.4090407@openwide.fr> (raw)
In-Reply-To: <54EA4E53.6050401@openwide.fr>
Hi Thomas, All,
This patch is wrong since THRIFT_CONF_OPTS is overwritten here (missing +)
THRIFT_CONF_OPTS = lt_cv_aix_libpath__CXX="/usr/lib"
So previous THRIFT_CONF_OPTS were discarded:
THRIFT_CONF_OPTS = --with-sysroot=$(STAGING_DIR) \
--with-boost=$(STAGING_DIR) \
--disable-tests \
--disable-tutorial
That why the tests were build...
But the issue seems to be related to --with-boost=$(STAGING_DIR) option.
There is no error if you remove this option.
So I used --with-boost-libdir=$(STAGING_DIR)/usr/lib to override boost libraries
path detection.
Please give a try to the new patch:
http://patchwork.ozlabs.org/patch/442702/
Best regards,
Romain
prev parent reply other threads:[~2015-02-23 23:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 21:25 [Buildroot] [PATCH 1/2] package/thrift: fix build failure on bfin Romain Naour
2015-02-22 21:25 ` [Buildroot] [PATCH 2/2] package/thrift: remove tests Romain Naour
2015-02-22 21:27 ` [Buildroot] [PATCH 1/2] package/thrift: fix build failure on bfin Thomas Petazzoni
2015-02-22 21:46 ` Romain Naour
2015-02-23 23:39 ` Romain Naour [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=54EBBA2A.4090407@openwide.fr \
--to=romain.naour@openwide.fr \
--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 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.