Add patch from libxml2 upstream to fix bug with thread support, enable

thread support
This commit is contained in:
Cian Duffy
2013-02-12 21:10:02 +00:00
parent 42f79c0439
commit 2f085e7a83
2 changed files with 35 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ BUILD {
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datarootdir=$COMMON_DOCS \
--docdir=$COMMON_DOCS/doc \
--mandir=$COMMON_DOCS/man
--mandir=$COMMON_DOCS/man \
--with-threads=yes
LDFLAGS="-lnetwork"
make
}