X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2FuClibc%2Fpatches%2F150-portability.patch;h=c3a85107c836f14f74abdbae79fa5a1726129c03;hb=0ce535a68e77bc9e7da7bcb21c4f0ac08f37ec8d;hp=71afd50b57b7a43d836c3d7d0a4ae1b4fbf76b57;hpb=3d6c5f633461f2713e0aff0d22462af41fe84b86;p=openwrt-10.03%2F.git 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); \