From: Sebastian Harl Date: Wed, 24 Jan 2007 21:08:42 +0000 (+0000) Subject: Added patch for config.h.in to support AC_CHECK_SIZEOF(off_t) to ne_lfs.dpatch. X-Git-Tag: fusedav-0.2-1~3 X-Git-Url: https://git.tokkee.org/?p=pkg-fusedav.git;a=commitdiff_plain;h=498bf61401bdd76554621353d536aa7682cf8590 Added patch for config.h.in to support AC_CHECK_SIZEOF(off_t) to ne_lfs.dpatch. --- diff --git a/debian/patches/ne_lfs.dpatch b/debian/patches/ne_lfs.dpatch index d4596a1..a2d4e6f 100755 --- a/debian/patches/ne_lfs.dpatch +++ b/debian/patches/ne_lfs.dpatch @@ -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