- Build with clang on FreeBSD 10 and remove USE_GCC=any - added some configuration OPTIONS - added patch to fix segfault with current tcl - added patches to avoid crash on i386 - compile with libxml2, hwloc, boost - add user tserv for owning configuration and log directory - added stage support - enabled compiling WCCP and SSD support - use lua with JIT - install perl TS module PR: ports/185669 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: maintainer timeout (3 weeks)
11 lines
361 B
Text
11 lines
361 B
Text
--- ./build/xml.m4.orig 2013-12-05 22:07:48.000000000 +0000
|
|
+++ ./build/xml.m4 2014-01-27 08:45:49.000000000 +0000
|
|
@@ -59,7 +59,7 @@
|
|
elif test "$withval" != "no"; then
|
|
enable_libxml2=yes
|
|
libxml2_include="$withval/include/libxml2"
|
|
- libxml2_ldflags="$withval/lib"
|
|
+ libxml2_ldflags="-L$withval/lib"
|
|
fi
|
|
fi
|
|
])
|