summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/150-portability.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/patches/150-portability.patch')
-rw-r--r--toolchain/uClibc/patches/150-portability.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/patches/150-portability.patch b/toolchain/uClibc/patches/150-portability.patch
index 71afd50b5..c3a85107c 100644
--- a/toolchain/uClibc/patches/150-portability.patch
+++ b/toolchain/uClibc/patches/150-portability.patch
@@ -23,7 +23,7 @@ Fix portability of build infrastructure
$(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
$(PREFIX)$(RUNTIME_PREFIX)lib
- cp -dRf lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
-+ cp -PRf lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
++ cp -pRf lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
@if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
set -e; \
$(SHELL_SET_X); \