summaryrefslogtreecommitdiff
path: root/package/aufs2-util
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-25 18:56:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-25 18:56:02 +0100
commitf895baf25a71be2f71eb8f66dad003dc59a5e85e (patch)
treeed168dce453282dde93df5a9874c7d3e5446be7b /package/aufs2-util
parentf5a999a24fddc9527fda922c72577e50f93c2ae2 (diff)
some fixes for allmodconfig (foxg20)
Diffstat (limited to 'package/aufs2-util')
-rw-r--r--package/aufs2-util/patches/patch-libau_Makefile11
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}