Skip to content

Commit

Permalink
Add LTLIBICONV to popt.pc.in
Browse files Browse the repository at this point in the history
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>
[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 <fontaine.fabrice@gmail.com>
  • Loading branch information
ffontaine authored and pmatilai committed Sep 2, 2020
1 parent 3938da1 commit 8e7a034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions popt.pc.in
Expand Up @@ -7,4 +7,5 @@ Name: popt
Version: @VERSION@
Description: popt library.
Libs: -L${libdir} -lpopt
Libs.private: @LTLIBICONV@
Cflags: -I${includedir}

0 comments on commit 8e7a034

Please sign in to comment.