From f67ba2016cebb05b67cb8341ae965de349ade2ff Mon Sep 17 00:00:00 2001 From: Dirty Vader Date: Mon, 7 Sep 2015 15:46:33 +0200 Subject: [PATCH] Update gumbo_libxml.pc.in /usr/bin/ld cannot find -lgumbo_libxml. Because shared libraries produced is libgumbo_xml.so* not libgumbo_libxml.so* --- gumbo_libxml.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gumbo_libxml.pc.in b/gumbo_libxml.pc.in index 0cd65dd..6187cfc 100644 --- a/gumbo_libxml.pc.in +++ b/gumbo_libxml.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Gumbo libxml bindings Description: A libxml2-compatible API for the Gumbo HTML parser. Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lgumbo_libxml +Libs: -L${libdir} -lgumbo_xml Libs.private: @LIBS@ Cflags: -I${includedir}