Fix include path for fuse.h and libxml/tree.h.

Also add the option _FILE_OFFSET_BITS=64 to fix fuse compilation.

Also bump version to 2.1
This commit is contained in:
Pascal Obry
2015-05-24 12:19:21 +02:00
parent e4cec697ab
commit 5aeb352e5c
2 changed files with 5 additions and 2 deletions
Vendored
+3 -1
View File
@@ -650,10 +650,10 @@ INSTALL_PROGRAM
OBJEXT
EXEEXT
ac_ct_CC
CPPFLAGS
LDFLAGS
CFLAGS
CC
CPPFLAGS
target_alias
host_alias
build_alias
@@ -2245,6 +2245,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+2 -1
View File
@@ -2,7 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([hubicfuse], [1.0.1], [Pascal Obry <pascal@obry.net>])
AC_INIT([hubicfuse], [2.1.0], [Pascal Obry <pascal@obry.net>])
AC_SUBST(CPPFLAGS, "$CPPFLAGS -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2")
AC_LANG([C])
AC_CONFIG_SRCDIR([cloudfuse.c])
AC_CONFIG_HEADER([config.h])