Blame SOURCES/0003-Nerf-SMBIOS-functions-out-of-fwupdate.patch

453bef
From c4acdf165ac61bce88cd4264897c8783665b0799 Mon Sep 17 00:00:00 2001
453bef
From: Peter Jones <pjones@redhat.com>
453bef
Date: Mon, 13 Mar 2017 16:50:47 -0400
453bef
Subject: [PATCH 3/3] Nerf SMBIOS functions out of fwupdate
453bef
453bef
RHEL 7.4 doesn't have libsmbios, so we can't actually use it to do
453bef
anything.
453bef
453bef
Signed-off-by: Peter Jones <pjones@redhat.com>
453bef
---
453bef
 linux/Makefile | 6 ------
453bef
 1 file changed, 6 deletions(-)
453bef
453bef
diff --git a/linux/Makefile b/linux/Makefile
453bef
index 5122e48..45bd156 100644
453bef
--- a/linux/Makefile
453bef
+++ b/linux/Makefile
453bef
@@ -8,12 +8,6 @@ LIB_LIBS= pthread
453bef
 BIN_LIBS= popt pthread
453bef
 PKLIBS	= efivar efiboot
453bef
 HAVE_LIBSMBIOS=no
453bef
-ifeq ($(ARCH),x86_64)
453bef
-	HAVE_LIBSMBIOS=yes
453bef
-endif
453bef
-ifeq ($(ARCH),ia32)
453bef
-	HAVE_LIBSMBIOS=yes
453bef
-endif
453bef
 CFLAGS	?= -g -O0
453bef
 PJONES  =
453bef
 BIN_CCLDFLAGS = $(foreach lib,$(BIN_LIBS),-l$(lib)) \
453bef
-- 
453bef
2.9.3
453bef