Package: src:gnunet
Version: 0.9.3-3
Severity: important
Tags: sid wheezy patch
User: [email protected]
Usertags: kfreebsd
X-Debbugs-Cc: [email protected]

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 [email protected]


--- 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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to