This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository commons-daemon.
commit d3da0729ca6c187f8ed85317dc83f5fc16b4dbc3 Author: Aurelien Jarno <[email protected]> Date: Tue Jan 20 16:01:34 2009 +0100 Imported Debian patch 1.0.2~svn20061127-9+kbsd --- debian/changelog | 6 ++++++ src/native/unix/support/apsupport.m4 | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index f131043..87c1286 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +commons-daemon (1.0.2~svn20061127-9+kbsd) unreleased; urgency=low + + * Apply patch by Petr Salinger to fix FTBFS on GNU/kFreeBSD. + + -- Aurelien Jarno <[email protected]> Tue, 20 Jan 2009 16:01:34 +0100 + commons-daemon (1.0.2~svn20061127-9) unstable; urgency=low * Added patch to handle old capabilities version in jsvc-unix.c. diff --git a/src/native/unix/support/apsupport.m4 b/src/native/unix/support/apsupport.m4 index 1f74843..46413b8 100644 --- a/src/native/unix/support/apsupport.m4 +++ b/src/native/unix/support/apsupport.m4 @@ -37,6 +37,11 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ supported_os="linux" LIBS="$LIBS -ldl -lpthread" ;; + kfreebsd*-gnu) + CFLAGS="$CFLAGS -DOS_BSD -DDSO_DLFCN -pthread" + supported_os="kfreebsd-gnu" + LIBS="$LIBS -ldl -lpthread" + ;; cygwin) CFLAGS="$CFLAGS -DOS_CYGWIN -DDSO_DLFCN -DNO_SETSID" supported_os="win32" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-daemon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

