From: Luka Perkov Date: Mon, 25 Apr 2011 21:24:03 +0000 (+0000) Subject: add lvm2 cross compile fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6f2a6cc4349def9ff2863318c309c656c44b8b40;p=openwrt%2Fsvn-archive%2Farchive.git add lvm2 cross compile fix SVN-Revision: 26756 --- diff --git a/utils/lvm2/patches/100-cross_compile.patch b/utils/lvm2/patches/100-cross_compile.patch new file mode 100644 index 0000000000..cd75666d11 --- /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@