mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
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:
@@ -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
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user