Blame SOURCES/0003-build-Fix-customized-emitter-linkage.patch

85793c
From 65369d88610069ba7bbd011b00af19523638b0fb Mon Sep 17 00:00:00 2001
85793c
From: Ming-Hung Tsai <mtsai@redhat.com>
85793c
Date: Tue, 1 Jun 2021 13:32:26 +0800
85793c
Subject: [PATCH 03/10] [build] Fix customized emitter linkage
85793c
85793c
---
85793c
 contrib/Makefile.in | 2 +-
85793c
 1 file changed, 1 insertion(+), 1 deletion(-)
85793c
85793c
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
85793c
index 038c41c..7192258 100644
85793c
--- a/contrib/Makefile.in
85793c
+++ b/contrib/Makefile.in
85793c
@@ -18,7 +18,7 @@ contrib/%.a: contrib/%.o
85793c
 	$(V)echo "    [AR] $@"
85793c
 	$(V)$(AR) rcs $@ $^
85793c
 
85793c
-contrib/%.so: contrib/%.a
85793c
+contrib/%.so: contrib/%.o
85793c
 	$(V)echo "    [LD] $@"
85793c
 	$(V)$(CC) -shared -Wl,-soname,$@ -o $@ $<
85793c
 
85793c
-- 
85793c
1.8.3.1
85793c