Package: src:gnunet Version: 0.9.3-3 Severity: important Tags: sid wheezy patch User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-Cc: debian-...@lists.debian.org
Hi! Gnunet currently doesn't build on kfreebsd. This is really easy to fix. Below is the patch needed for configure.ac -- it additionally needs the restricted gnunet-server.install.hurd file copied to .kfreebsd as the binaries missing on hurd are built for linux only. Regards Christoph If you have further questions please mail debian-...@lists.debian.org --- gnunet-0.9.3.orig/configure.ac +++ gnunet-0.9.3/configure.ac @@ -91,7 +91,7 @@ linux*) UNIXONLY="#" AC_PATH_XTRA ;; -freebsd*) +*freebsd*) AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system]) CFLAGS="-D_THREAD_SAFE $CFLAGS" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org