mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
botan: Define --libdir to fix multilib build issues
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,14 +19,15 @@ CPU_armv7ve = "armv7"
|
|||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
python3 ${S}/configure.py \
|
python3 ${S}/configure.py \
|
||||||
--prefix="${D}${prefix}" \
|
--prefix="${D}${exec_prefix}" \
|
||||||
|
--libdir="${D}${libdir}" \
|
||||||
--cpu="${CPU}" \
|
--cpu="${CPU}" \
|
||||||
--cc-bin="${CXX}" \
|
--cc-bin="${CXX}" \
|
||||||
--cxxflags="${CXXFLAGS}" \
|
--cxxflags="${CXXFLAGS}" \
|
||||||
--ldflags="${LDFLAGS}" \
|
--ldflags="${LDFLAGS}" \
|
||||||
--with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
|
--with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
|
||||||
${@bb.utils.contains("TUNE_FEATURES","neon","","--disable-neon",d)} \
|
${@bb.utils.contains("TUNE_FEATURES","neon","","--disable-neon",d)} \
|
||||||
--with-sysroot-dir=${STAGING_DIR_TARGET} \
|
--with-sysroot-dir=${STAGING_DIR_HOST} \
|
||||||
--with-build-dir="${B}" \
|
--with-build-dir="${B}" \
|
||||||
--optimize-for-size \
|
--optimize-for-size \
|
||||||
--with-stack-protector \
|
--with-stack-protector \
|
||||||
|
|||||||
Reference in New Issue
Block a user