diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 14:18:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 14:18:55 +0200 |
commit | 8f33484dd53d4271b16173df31b2804e122d9b8b (patch) | |
tree | a4f3a7628b9829d7f32f9c32ad27f67493f59cf4 /package/librt | |
parent | 6b30509e5f9d11529b8bcadc57d82a7c6e853b42 (diff) |
do not exit when shared library not found
Diffstat (limited to 'package/librt')
-rw-r--r-- | package/librt/Makefile | 2 |
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 |