diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-05-13 10:41:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-13 15:05:25 +0200 |
commit | 8389b623528016d83c7e54a59fbecdc02c846836 (patch) | |
tree | 202d8d89cea5459942d1115f99b44ac136ea549f /package/nginx/0006-auto-lib-openssl-conf-use-pkg-config.patch | |
parent | b6b718ca4bd1efa51674a824ff8d32a90a1d6584 (diff) | |
download | buildroot-8389b623528016d83c7e54a59fbecdc02c846836.tar.gz buildroot-8389b623528016d83c7e54a59fbecdc02c846836.zip |
toolchain-external: fix user provided libraries deployment
In commit 919b4f9eab3e6dcd18cf9220af2c9bb2ca3e5098 the internal symbol
LIB_EXTERNAL_LIBS was renamed TOOLCHAIN_EXTERNAL_LIBS but the find and
replace command also renamed BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS to
BR2_TOOLCHAIN_EXTRA_TOOLCHAIN_EXTERNAL_LIBS which doesn't exist.
So user provided libraries defined in BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
are not copied anymore to staging and target directories.
For example:
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS="libasan.* libubsan.*"
Simply revert this change by renaming
BR2_TOOLCHAIN_EXTRA_TOOLCHAIN_EXTERNAL_LIBS to BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx/0006-auto-lib-openssl-conf-use-pkg-config.patch')
0 files changed, 0 insertions, 0 deletions