Code

Added patch for config.h.in to support AC_CHECK_SIZEOF(off_t) to ne_lfs.dpatch.
[pkg-fusedav.git] / debian / patches / ne_lfs.dpatch
index d4596a15a4604b26757cb575f02c50953052bdd4..a2d4e6f7559430c2710c7d1d1a6d31b3b0f34f4d 100755 (executable)
@@ -6,6 +6,18 @@
 
 @DPATCH@
 
+--- b/config.h.in 2006-04-02 18:04:41.000000000 +0200
++++ a/config.h.in 2007-01-23 23:28:59.000000000 +0100
+@@ -113,6 +113,9 @@
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
++/* The size of `off_t', as computed by sizeof. */
++#undef SIZEOF_OFF_T
++
+ /* Define to 1 if you have the ANSI C header files. */
+ #undef STDC_HEADERS
 diff -uNr a/configure b/configure
 --- a/configure        2007-01-23 14:57:16.000000000 +0100
 +++ b/configure        2007-01-23 15:02:39.000000000 +0100