Index: third_party/libxslt/xslt-config.in |
diff --git a/third_party/libxslt/xslt-config.in b/third_party/libxslt/xslt-config.in |
index a1e1fb57a96f25a57861dcfcd81f416ba79e68e2..45c3e28f2f12f86861102f3b0f3f2367f5b1a3cc 100755 |
--- a/third_party/libxslt/xslt-config.in |
+++ b/third_party/libxslt/xslt-config.in |
@@ -89,7 +89,7 @@ while test $# -gt 0; do |
shift |
done |
-the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@" |
+the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@" |
if test "$includedir" != "/usr/include"; then |
the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`" |
else |