diff options
author | 2017-02-24 10:03:08 +0100 | |
---|---|---|
committer | 2017-02-24 12:02:29 +0100 | |
commit | e9abb4a8b4d9498a8eb4e0fdd3a625534adc9382 (patch) | |
tree | dd2f4549a98cce1549cc1d72d041618007c481cf /toolchain | |
parent | ba684f0a128e33b24b7c4a4bce0d0d557887f8df (diff) | |
download | buildroot-e9abb4a8b4d9498a8eb4e0fdd3a625534adc9382.tar.gz buildroot-e9abb4a8b4d9498a8eb4e0fdd3a625534adc9382.tar.bz2 |
toolchain-external: install libanl.so for glibc
libanl.so is needed for asynchronous network address and service
translation, declared in netdb.h
Signed-off-by: Jesper Bækdahl <jbb@gamblify.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/toolchain-external/pkg-toolchain-external.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/pkg-toolchain-external.mk b/toolchain/toolchain-external/pkg-toolchain-external.mk index 6658875007..11a1bf5e24 100644 --- a/toolchain/toolchain-external/pkg-toolchain-external.mk +++ b/toolchain/toolchain-external/pkg-toolchain-external.mk @@ -124,7 +124,7 @@ endif # ! no threads endif ifeq ($(BR2_TOOLCHAIN_EXTERNAL_GLIBC),y) -TOOLCHAIN_EXTERNAL_LIBS += libnss_files.so.* libnss_dns.so.* libmvec.so.* +TOOLCHAIN_EXTERNAL_LIBS += libnss_files.so.* libnss_dns.so.* libmvec.so.* libanl.so.* endif ifeq ($(BR2_TOOLCHAIN_EXTERNAL_MUSL),y) |