blob: dfbe7ba6b4191f8b0ad35c9bf2215e040aa51fb0 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From b7b3caa9b5c8abcd3c371d0683001cd681e104b3 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 15 Jul 2017 10:19:22 -0700
4Subject: [PATCH 1/2] Add another variable LIBS to provides libraries from env
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008---
9 Makefile | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile b/Makefile
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013index cc7e823..ae30a07 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014--- a/Makefile
15+++ b/Makefile
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016@@ -31,7 +31,7 @@ ifneq ($(VERBOSE_TEST),)
17 VERBOSE_TEST="--verbose"
18 endif
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019
20-grubby_LIBS = -lblkid -lpopt
21+grubby_LIBS = -lblkid -lpopt ${LIBS}
22
23 all: grubby
24