gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] 11/12: configure for fuse.


From: gnunet
Subject: [gnunet-fuse] 11/12: configure for fuse.
Date: Wed, 20 Nov 2019 00:00:51 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-fuse.

commit a50c5483263126e197376dc5bed3d4a6f570c08a
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 22:52:08 2019 +0000

    configure for fuse.
---
 configure.ac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3fa8ce6..ea16b3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,9 @@ openbsd*)
      ;;
 netbsd*)
      build_target="netbsd"
-     CFLAGS="-D_KERNTYPES -D_NETBSD_SOURCE $CFLAGS"
+     # This seems to be required for librefuse, once I manage to make
+     # gnunet-fuse build with it:
+     # CFLAGS="-D_KERNTYPES -D_NETBSD_SOURCE $CFLAGS"
      ;;
 *solaris*)
      AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system])
@@ -113,7 +115,7 @@ backup_CFLAGS="$CFLAGS      "
 backup_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="-D_FILE_OFFSET_BITS=64"
 
-AC_SEARCH_LIBS([fuse_exit], [fuse, refuse])
+AC_SEARCH_LIBS([fuse_exit], [fuse refuse], [], [AC_MSG_ERROR([fuse is 
required.])])
 
 # uncrustify
 # TODO: maybe add flag to pass location

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]