- 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
406 B
Plaintext
11 lines
406 B
Plaintext
--- ./tools/Makefile.am.orig 2013-12-05 22:07:48.000000000 +0000
|
|
+++ ./tools/Makefile.am 2014-01-27 08:45:49.000000000 +0000
|
|
@@ -16,6 +16,7 @@
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
+AUTOMAKE_OPTIONS= subdir-objects
|
|
|
|
bin_SCRIPTS = tsxs tspush
|
|
bin_PROGRAMS =
|