From f895baf25a71be2f71eb8f66dad003dc59a5e85e Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Tue, 25 Jan 2011 18:56:02 +0100
Subject: some fixes for allmodconfig (foxg20)

---
 package/aufs2-util/patches/patch-libau_Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 package/aufs2-util/patches/patch-libau_Makefile

(limited to 'package/aufs2-util')

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}
-- 
cgit v1.2.3