[packages] lvm2: update to 2.02.105

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka
2014-03-24 00:23:33 +00:00
parent 44ff5d201b
commit 1d5920e8b2
2 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -17,7 +17,7 @@ SHELL = /bin/sh
@SET_MAKE@
@@ -19,7 +19,7 @@
# Allow environment to override any built-in default value for CC.
# If there is a built-in default, CC is NOT set to @CC@ here.
-CC ?= @CC@
+CC = @CC@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
MKDIR_P = @MKDIR_P@
# If $(CC) holds the usual built-in default value of 'cc' then replace it with
# the configured value.