diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:34:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:34:57 +0200 |
commit | 11d1e33a78f6446a85ff6ea2e7f2d446f76529cc (patch) | |
tree | 5f4cdd14baf572940a1538fba31272f7172913c6 /package/librt | |
parent | abb21a3a50a3c12aaa759db96a7aaf5d3bc52951 (diff) |
fix build when static linking is on
Diffstat (limited to 'package/librt')
-rw-r--r-- | package/librt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile index 3408ec235..0b26ee121 100644 --- a/package/librt/Makefile +++ b/package/librt/Makefile @@ -31,7 +31,9 @@ INSTALL_STYLE:= manual librt-install: ${INSTALL_DIR} ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH) ifeq ($(ADK_TARGET_LIB_MUSL),) +ifeq ($(ADK_TARGET_USE_STATIC_LIBS),) ${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH) endif +endif include ${ADK_TOPDIR}/mk/pkg-bottom.mk |