From: luka Date: Mon, 25 Apr 2011 21:24:03 +0000 (+0000) Subject: add lvm2 cross compile fix X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cc54731d537a130abf8bc9e5f6448e287013ce77;p=packages.git add lvm2 cross compile fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@26756 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/lvm2/patches/100-cross_compile.patch b/utils/lvm2/patches/100-cross_compile.patch new file mode 100644 index 000000000..cd75666d1 --- /dev/null +++ b/utils/lvm2/patches/100-cross_compile.patch @@ -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@