From 187b361197c59243c2fcfb1390f38e2c55dd30e0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 15 Feb 2008 10:54:21 -0700 Subject: [PATCH] Imported Debian patch 1.6.9p11-3 --- configure | 2 +- configure.in | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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, -- 2.47.2