gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-fuse] 09/12: configure: maybe make fuse detection more portable.


From: gnunet
Subject: [gnunet-fuse] 09/12: configure: maybe make fuse detection more portable.
Date: Wed, 20 Nov 2019 00:00:49 +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 31d078ece609d6b472b15ad756d32db3af6ea925
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 22:26:19 2019 +0000

    configure: maybe make fuse detection more portable.
---
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index caa1b63..3fa8ce6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,6 +68,7 @@ openbsd*)
      ;;
 netbsd*)
      build_target="netbsd"
+     CFLAGS="-D_KERNTYPES -D_NETBSD_SOURCE $CFLAGS"
      ;;
 *solaris*)
      AC_DEFINE_UNQUOTED(SOLARIS,1,[This is a Solaris system])
@@ -111,7 +112,8 @@ backup_LIBS="$LIBS"
 backup_CFLAGS="$CFLAGS "
 backup_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="-D_FILE_OFFSET_BITS=64"
-AC_CHECK_HEADERS([fuse.h],,AC_MSG_ERROR([gnunet-fuse requires fuse.h]))
+
+AC_SEARCH_LIBS([fuse_exit], [fuse, refuse])
 
 # 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]