arrfab / rpms / shim

Forked from rpms/shim 4 years ago
Clone

Blame SOURCES/0006-fix-fallback.so-build-dependency.patch

4210fa
From 06e15d762966d4224f7e54480b9213c4dcf1fe35 Mon Sep 17 00:00:00 2001
4210fa
From: Andrew Boie <andrew.p.boie@intel.com>
4210fa
Date: Mon, 11 Nov 2013 16:14:22 -0800
4210fa
Subject: [PATCH 06/74] fix fallback.so build dependency
4210fa
4210fa
Exposed during parallel builds
4210fa
4210fa
Change-Id: I9867858166dcafd69438f37ee5da14a267ace8f4
4210fa
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
4210fa
---
4210fa
 Makefile | 2 +-
4210fa
 1 file changed, 1 insertion(+), 1 deletion(-)
4210fa
4210fa
diff --git a/Makefile b/Makefile
4210fa
index a22c6b3..2eab862 100644
4210fa
--- a/Makefile
4210fa
+++ b/Makefile
4210fa
@@ -83,7 +83,7 @@ shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
4210fa
 
4210fa
 fallback.o: $(FALLBACK_SRCS)
4210fa
 
4210fa
-fallback.so: $(FALLBACK_OBJS)
4210fa
+fallback.so: $(FALLBACK_OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
4210fa
 	$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
4210fa
 
4210fa
 MokManager.o: $(MOK_SOURCES)
4210fa
-- 
4210fa
1.9.3
4210fa