]> git.pld-linux.org Git - packages/hfst.git/blame - hfst-link.patch
- no parallel build with foma
[packages/hfst.git] / hfst-link.patch
CommitLineData
f19640b3
JB
1--- hfst-3.4.5/configure.ac.orig 2013-06-10 12:58:12.000000000 +0200
2+++ hfst-3.4.5/configure.ac 2013-06-28 19:41:03.140615707 +0200
3@@ -533,7 +533,8 @@
4
5 # Checks for libraries
6
7-AC_CHECK_LIB([xml2], [main])
8+AC_CHECK_LIB([xml2], [main], [LIBXML2_LIBS="-lxml2"], [LIBXML2_LIBS=])
9+AC_SUBST([LIBXML2_LIBS])
10 AC_LANG_PUSH([C++])
11 AS_IF([test "x$with_openfst" != "xno" -a "x$enable_mingw" == "xno"],
12 [AC_CHECK_LIB([dl], [main])])
This page took 0.058962 seconds and 4 git commands to generate.