From 8e7a0341bfca8644555e10189f39ca63079ac118 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 21 Jul 2020 10:41:46 +0200 Subject: [PATCH] Add LTLIBICONV to popt.pc.in Add ${LTLIBICONV} to popt.pc.in so applications such as shairport-sync will know that they must link with -liconv when building statically Fixes: - http://autobuild.buildroot.org/results/c5b0d1d2867e49c022a2ad971dd9f358ff0f3865 Signed-off-by: Fabrice Fontaine [Retrieved (and slightly updated) from: https://git.buildroot.net/buildroot/tree/package/popt/0004-add-libiconv-to-popt.pc.patch] Signed-off-by: Fabrice Fontaine --- popt.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/popt.pc.in b/popt.pc.in index 43c17353..315caf09 100644 --- a/popt.pc.in +++ b/popt.pc.in @@ -7,4 +7,5 @@ Name: popt Version: @VERSION@ Description: popt library. Libs: -L${libdir} -lpopt +Libs.private: @LTLIBICONV@ Cflags: -I${includedir}