summaryrefslogtreecommitdiff
path: root/package/librt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:10:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:10:02 +0200
commit3033de3093285e21ab5826bcfaf580bd1474c351 (patch)
tree3facc4b18aac45c3feb128f3ca38050b367df1b9 /package/librt
parenteabdfa9163874389555b160816865919df691308 (diff)
disable copy of shared librt for musl builds
Diffstat (limited to 'package/librt')
-rw-r--r--package/librt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile
index 9695257f8..17327a642 100644
--- a/package/librt/Makefile
+++ b/package/librt/Makefile
@@ -41,7 +41,9 @@ INSTALL_STYLE:= manual
librt-install:
ifeq ($(ADK_NATIVE),)
${INSTALL_DIR} ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
+ifeq ($(ADK_TARGET_LIB_MUSL),)
${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
endif
+endif
include ${TOPDIR}/mk/pkg-bottom.mk