Blame SOURCES/0003-popt-devel-in-RHEL-7.4-doesn-t-provide-popt.pc-so-in.patch

ac385c
From 262e2900dde1e03d499b3e06f389dcdd8f12f2fd Mon Sep 17 00:00:00 2001
ac385c
From: Peter Jones <pjones@redhat.com>
ac385c
Date: Mon, 13 Mar 2017 14:03:55 -0400
ac385c
Subject: [PATCH 3/3] popt-devel in RHEL 7.4 doesn't provide popt.pc, so
ac385c
 include it the other way.
ac385c
ac385c
Signed-off-by: Peter Jones <pjones@redhat.com>
ac385c
---
ac385c
 src/Makefile | 6 ++----
ac385c
 1 file changed, 2 insertions(+), 4 deletions(-)
ac385c
ac385c
diff --git a/src/Makefile b/src/Makefile
ac385c
index a5d98ec..c957d84 100644
ac385c
--- a/src/Makefile
ac385c
+++ b/src/Makefile
ac385c
@@ -56,13 +56,11 @@ libefivar.so : LIBS=dl
ac385c
 libefivar.so : MAP=libefivar.map
ac385c
 
ac385c
 efivar : efivar.c | libefivar.so
ac385c
-efivar : LIBS=efivar dl
ac385c
-efivar : PKGS=popt
ac385c
+efivar : LIBS=efivar dl popt
ac385c
 
ac385c
 efivar-static : efivar.c $(patsubst %.o,%.static.o,$(LIBEFIVAR_OBJECTS))
ac385c
 efivar-static : | $(GENERATED_SOURCES)
ac385c
-efivar-static : LIBS=dl
ac385c
-efivar-static : PKGS=popt
ac385c
+efivar-static : LIBS=dl popt
ac385c
 
ac385c
 libefiboot.a : $(patsubst %.o,%.static.o,$(LIBEFIBOOT_OBJECTS))
ac385c
 
ac385c
-- 
ac385c
2.9.3
ac385c