summaryrefslogtreecommitdiff
path: root/package/librt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 14:18:48 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 14:18:55 +0200
commit8f33484dd53d4271b16173df31b2804e122d9b8b (patch)
treea4f3a7628b9829d7f32f9c32ad27f67493f59cf4 /package/librt
parent6b30509e5f9d11529b8bcadc57d82a7c6e853b42 (diff)
do not exit when shared library not found
Diffstat (limited to 'package/librt')
-rw-r--r--package/librt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile
index aabac631b..14e82988d 100644
--- a/package/librt/Makefile
+++ b/package/librt/Makefile
@@ -30,7 +30,7 @@ librt-install:
ifeq ($(ADK_TARGET_LIB_MUSL),)
ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
ifeq ($(ADK_TARGET_BINFMT_FLAT),)
- ${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
+ -${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH)
endif
endif
endif