Imported Debian patch 1.6.9p11-3 debian/1.6.9p11-3
authorBdale Garbee <bdale@gag.com>
Fri, 15 Feb 2008 17:54:21 +0000 (10:54 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 14 May 2008 18:04:20 +0000 (12:04 -0600)
configure
configure.in
debian/changelog

index 8a32c9422f4e320122481018f4ee8966c1daaced..a410173b8ad459e5fcfd67e962a3acc0ea056434 100755 (executable)
--- 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"
index 0b9fc7836f146f4cf5f52804a8514e4f1f269b57..0a2e69943ac90671371364e909f91863fee1f562 100644 (file)
@@ -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"
index aa713eff2b9566373629b695b7c3d65e49ae54d8..1d317a252b942edf49ce46fe69e348a7981b2bf6 100644 (file)
@@ -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 <bdale@gag.com>  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,