diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 18:56:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 18:56:02 +0100 |
commit | f895baf25a71be2f71eb8f66dad003dc59a5e85e (patch) | |
tree | ed168dce453282dde93df5a9874c7d3e5446be7b /package/aufs2-util/patches/patch-libau_Makefile | |
parent | f5a999a24fddc9527fda922c72577e50f93c2ae2 (diff) |
some fixes for allmodconfig (foxg20)
Diffstat (limited to 'package/aufs2-util/patches/patch-libau_Makefile')
-rw-r--r-- | package/aufs2-util/patches/patch-libau_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/aufs2-util/patches/patch-libau_Makefile b/package/aufs2-util/patches/patch-libau_Makefile new file mode 100644 index 000000000..e454c9dc3 --- /dev/null +++ b/package/aufs2-util/patches/patch-libau_Makefile @@ -0,0 +1,11 @@ +--- w-aufs2-util-2-100111-1.orig/libau/Makefile 2011-01-07 05:00:54.000000000 +0100 ++++ w-aufs2-util-2-100111-1/libau/Makefile 2011-01-25 17:02:09.835243119 +0100 +@@ -45,7 +45,7 @@ install_ulib: File = ${LibSo}.${LibSoMaj + install_ulib: Tgt = ${DESTDIR}/usr/lib + install_ulib: ${File} + install -d ${Tgt} +- ${Install} -m 644 -s ${File} ${Tgt} ++ ${Install} -m 644 ${File} ${Tgt} + # -m 6755 + ln -sf ${File} ${Tgt}/${LibSo}.${LibSoMajor} + ln -sf ${LibSo}.${LibSoMajor} ${Tgt}/${LibSo} |