head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.07.17.22.51.39; author rse; state Exp; branches; next 1.1; commitid lv8kPERnw6W4n7Wt; 1.1 date 2008.12.13.16.14.13; author rse; state Exp; branches; next ; commitid OAyVkFj4xmRd7kut; desc @@ 1.2 log @upgrading package: libsmbclient 3.3.5 -> 3.4.0 @ text @Index: source3/configure --- source3/configure.orig 2009-07-03 13:46:28 +0200 +++ source3/configure 2009-07-18 00:15:39 +0200 @@@@ -12692,6 +12692,7 @@@@ SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TDB_CFLAGS}" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc" +SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/iniparser/src" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/.." SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/popt" @@@@ -75436,6 +75437,8 @@@@ fi +LIBWBCLIENT_STATIC=$LIBWBCLIENT_STATIC_TARGET +LIBWBCLIENT_SHARED=$LIBWBCLIENT_STATIC_TARGET { $as_echo "$as_me:$LINENO: checking for struct ctdb_control_tcp" >&5 Index: source3/lib/sysquotas_4A.c --- source3/lib/sysquotas_4A.c.orig 2009-07-03 13:21:14 +0200 +++ source3/lib/sysquotas_4A.c 2009-07-18 00:14:46 +0200 @@@@ -71,6 +71,10 @@@@ #define dqb_curinodes dqb_curfiles #endif +#if defined(_LINUX_QUOTA_VERSION) && _LINUX_QUOTA_VERSION-0 >= 2 +#define dqb_curblocks dqb_curspace +#endif + #ifdef INITQFNAMES #define USERQUOTAFILE_EXTENSION ".user" #else @ 1.1 log @upgrading package: libsmbclient 3.2.4 -> 3.2.6 @ text @d1 4 a4 4 Index: source/configure --- source/configure.orig 2008-12-10 12:46:52 +0100 +++ source/configure 2008-12-13 16:45:39 +0100 @@@@ -11279,6 +11279,7 @@@@ d9 1 d11 2 a12 1 SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/popt" d14 21 @