From: Bdale Garbee Date: Fri, 15 Feb 2008 17:54:21 +0000 (-0700) Subject: Imported Debian patch 1.6.9p11-3 X-Git-Tag: debian/1.6.9p11-3^0 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=187b361197c59243c2fcfb1390f38e2c55dd30e0;p=debian%2Fsudo Imported Debian patch 1.6.9p11-3 --- diff --git a/configure b/configure index 8a32c94..a410173 100755 --- a/configure +++ b/configure @@ -11734,7 +11734,7 @@ fi : ${mansectsu='1m'} : ${mansectform='4'} ;; - *-*-linux*) + *-*-linux*|*-*-k*bsd*) OSDEFS="${OSDEFS} -D_GNU_SOURCE" # Some Linux versions need to link with -lshadow shadow_funcs="getspnam" diff --git a/configure.in b/configure.in index 0b9fc78..0a2e699 100644 --- a/configure.in +++ b/configure.in @@ -1382,7 +1382,7 @@ case "$host" in : ${mansectsu='1m'} : ${mansectform='4'} ;; - *-*-linux*) + *-*-linux*|*-*-k*bsd*) OSDEFS="${OSDEFS} -D_GNU_SOURCE" # Some Linux versions need to link with -lshadow shadow_funcs="getspnam" diff --git a/debian/changelog b/debian/changelog index aa713ef..1d317a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sudo (1.6.9p11-3) unstable; urgency=low + + * patch for configure to fix FTBFS on GNU/kFreeBSD, closes: #465956 + + -- Bdale Garbee Fri, 15 Feb 2008 10:54:21 -0700 + sudo (1.6.9p11-2) unstable; urgency=low * update version compared in preinst when removing obsolete init.d,