lvm2: add from old repo and update

Also add patch to fix blkid header location as suggested in #17877

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2014-10-19 00:35:17 +02:00
parent bfcfcc48c3
commit 1a911c1fe5
4 changed files with 124 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -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@
# If $(CC) holds the usual built-in default value of 'cc' then replace it with
# the configured value.