Package: ocamlnet Version: 2.2.9-1 Severity: important Tags: patch ocamlnet fails to build on GNU/kFreeBSD as rpc-auth-local is not built while this file is listed in libocamlnet-ocaml-dev.install. The small patch below fixes the configure script to build rpc-auth-local on GNU/kFreeBSD as it is something supported.
Could you please add it to the next upload? Thanks in advance. --- ocamlnet-2.2.9.orig/configure +++ ocamlnet-2.2.9/configure @@ -379,7 +379,7 @@ CYGWIN*) echo "Cygwin" exec_suffix=".exe" ;; - Linux) + Linux | GNU/kFreeBSD) echo "Linux" with_rpc_auth_local=1 [ -n "$adh_style" ] || adh_style=unixdomain -- System Information: Debian Release: lenny/sid Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 6.2-1-em64t-p4 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]