]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
grubby: Honour LDFLAGS
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2016 23:00:07 +0000 (01:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2016 23:00:07 +0000 (01:00 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
grubby/grubby.nm

index 4b80bbe1fd07556a9192563de86a613ec701e483..576d77a2c20102100c9602c1b446ce78d4f6f1d4 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = grubby
 version    = 8.11
-release    = 4
+release    = 5
 
 groups     = System/Base
 url        = http://git.fedorahosted.org/git/grubby.git
@@ -31,6 +31,8 @@ build
                util-linux
        end
 
+       make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
+
        test
                make test
        end