From da356f114297c6f1f5c40fe112ff0f8cd27ab75e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 11 Oct 2022 15:34:09 +0200 Subject: [PATCH] substitute @LIBSPOT_PTHREAD@ in spot/libspot.pc Fixes #520, reported by Fangyi Zhou. * spot/Makefile.am (libspot.pc): Substitute @LIBSPOT_PTHREAD@. * THANKS: Add Fangyi Zhou. --- THANKS | 1 + spot/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index c53a0aafb..db74e14b8 100644 --- a/THANKS +++ b/THANKS @@ -15,6 +15,7 @@ Edmond Irani Liu Ernesto Posse Étienne Renault Fabrice Kordon +Fangyi Zhou Felix Klaedtke Florian Perlié-Long František Blahoudek diff --git a/spot/Makefile.am b/spot/Makefile.am index 72cbef22d..806b299ad 100644 --- a/spot/Makefile.am +++ b/spot/Makefile.am @@ -68,6 +68,7 @@ libspot.pc: $(srcdir)/libspot.pc.in Makefile -e 's![@]includedir[@]!$(includedir)!g' \ -e 's![@]libdir[@]!$(libdir)!g' \ -e 's![@]PACKAGE_VERSION[@]!$(PACKAGE_VERSION)!g' \ + -e 's![@]LIBSPOT_PTHREAD[@]!$(LIBSPOT_PTHREAD)!g' \ $(srcdir)/libspot.pc.in > $@.tmp && mv $@.tmp $@ CLEANFILES = libspot.pc