[Buildroot] [git commit] package/libid3tag: fix id3tag.pc

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Feb 20 23:12:07 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=aa813cd9ac029a8373070ac2c1479dd9aa32ce59
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add -lz to id3tag.pc, this fix is needed to be able to use pkg-config in
madplay to find id3tag dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/libid3tag/id3tag.pc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libid3tag/id3tag.pc b/package/libid3tag/id3tag.pc
index 845eb3276b..63d09eee8b 100644
--- a/package/libid3tag/id3tag.pc
+++ b/package/libid3tag/id3tag.pc
@@ -8,4 +8,5 @@ Description: ID3 tag reading library
 Version: 0.15.1b
 Requires:
 Libs: -L${libdir} -lid3tag
+Libs.private: -lz
 Cflags: -I${includedir}


More information about the buildroot mailing list