add lvm2 cross compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26756 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b97a34cc77
commit
cc54731d53
11
utils/lvm2/patches/100-cross_compile.patch
Normal file
11
utils/lvm2/patches/100-cross_compile.patch
Normal file
@ -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@
|
Loading…
x
Reference in New Issue
Block a user