diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-02-24 00:29:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-08 22:41:38 +0100 |
commit | 9be52effc47acf9db9c5183c866bc2cd5dafb58d (patch) | |
tree | 1d268867cdd378e7aa5dca93af1bc094bae4ad55 /package/php/php.mk | |
parent | ba6e085303f4368cbc2676061d87213752e19fb7 (diff) | |
download | buildroot-9be52effc47acf9db9c5183c866bc2cd5dafb58d.tar.gz buildroot-9be52effc47acf9db9c5183c866bc2cd5dafb58d.zip |
package/thrift: force boost libdir to staging/usr/lib/
Libtool append the sysroot path (lt_sysroot) with the libdir value found in
the libstdc++.la file only with bfin toolchain.
Path/to/sysroot/opt/uClinux/bfin-linux-uclibc/lib/gcc/bfin-linux-uclibc/4.3.5/libstdc++.so
The issue disappears when --with-boost=$(STAGING_DIR) is removed.
So instead of using --with-boost=$(STAGING_DIR), use
--with-boost-libdir=$(STAGING_DIR)/usr/lib to give the path to boost's
libraries.
Fixes:
http://autobuild.buildroot.net/results/ae2/ae274693b953dd569c3ff63c532e2fc9553b5002/
And many more
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/php.mk')
0 files changed, 0 insertions, 0 deletions