summaryrefslogtreecommitdiffstats
path: root/package/popt/0004-add-libiconv-to-popt.pc.patch
blob: 087a30bb7a60df3316b191bf9acee7462905a064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 <fontaine.fabrice@gmail.com>

diff -Naurp popt-1.16-vanilla/popt.pc.in popt-1.16/popt.pc.in
--- popt-1.16-vanilla/popt.pc.in	2018-11-22 20:26:55.735211662 +0100
+++ popt-1.16/popt.pc.in	2018-11-22 20:34:11.371303724 +0100
@@ -7,4 +7,5 @@ Name: popt
 Version: @VERSION@
 Description: popt library.
 Libs: @POPT_PKGCONFIG_LIBS@
+Libs.private: @LTLIBICONV@
 Cflags: -I${includedir}
OpenPOWER on IntegriCloud