add lvm2 cross compile fix
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Apr 2011 21:24:03 +0000 (21:24 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Apr 2011 21:24:03 +0000 (21:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26756 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/lvm2/patches/100-cross_compile.patch [new file with mode: 0644]

diff --git a/utils/lvm2/patches/100-cross_compile.patch b/utils/lvm2/patches/100-cross_compile.patch
new file mode 100644 (file)
index 0000000..cd75666
--- /dev/null
@@ -0,0 +1,11 @@
+--- LVM2.2.02.84/make.tmpl.in  2011-04-11 16:00:37.430840340 +0200
++++ LVM2.2.02.84/make.tmpl.in  2011-04-11 16:00:54.399401160 +0200
+@@ -17,7 +17,7 @@
+ @SET_MAKE@
+-CC ?= @CC@
++CC = @CC@
+ RANLIB = @RANLIB@
+ INSTALL = @INSTALL@
+ MKDIR_P = @MKDIR_P@