]> git.pld-linux.org Git - packages/captive.git/commitdiff
- not search for lufsd binaries - based on gentoo patch
authortommat <tommat@pld-linux.org>
Mon, 10 Jan 2005 19:11:28 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    captive-no_lufsd.patch -> 1.1

captive-no_lufsd.patch [new file with mode: 0644]

diff --git a/captive-no_lufsd.patch b/captive-no_lufsd.patch
new file mode 100644 (file)
index 0000000..baa357f
--- /dev/null
@@ -0,0 +1,28 @@
+--- captive-1.1.5/configure.in.orig    2005-01-08 15:50:21.815164344 +0100
++++ captive-1.1.5/configure.in 2005-01-08 15:52:20.391138056 +0100
+@@ -329,24 +329,8 @@
+                       AC_MSG_WARN([LUFS client not being compiled as no LUFS include files were found. Install 'lufs-*-*captive*' package.])
+               fi
+       fi
+-      AC_CHECK_TYPES([struct lufs_sbattr],,[
+-              dnl FIXME: Include 'lufs' version when 'lufs_sbattr' gets integrated:
+-              if $have_lufs_includes && test x$enable_lufs = xyes;then
+-                      AC_MSG_ERROR([Although LUFS include files were found they are too old. You may also use --enable-lufs=auto.])
+-              else
+-                      AC_MSG_WARN([Although LUFS include files were found they are too old. df(1) will not show available NTFS disk space.])
+-              fi
+-              ],[#include <lufs/proto.h>])
+-      AC_PATH_PROGS(PATH_LUFSD,lufsd)
+-      if test x$PATH_LUFSD = x;then
+-              if test x$enable_lufs = xyes;then
+-                      AC_MSG_ERROR([LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package.])
+-              else
+-                      AC_MSG_WARN([LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package.])
+-              fi
+-      fi
+ fi
+-AM_CONDITIONAL(ENABLE_LUFS,[ $have_lufs_includes && test x$PATH_LUFSD != x -a x$enable_lufs != no ])
++AM_CONDITIONAL(ENABLE_LUFS,[ $have_lufs_includes && test x$enable_lufs != no ])
+ AC_SUBST(PATH_LUFSD)
+ dnl for $(top_srcdir)/src/libcaptive/client/
This page took 0.079308 seconds and 4 git commands to generate.