[Pkg-shadow-commits] r2854 - upstream/trunk

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun May 3 22:46:26 UTC 2009


Author: nekral-guest
Date: 2009-05-03 22:46:26 +0000 (Sun, 03 May 2009)
New Revision: 2854

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/configure.in
Log:
	* NEWS, configure.in: Fix build failure on non-PAM enabled system
	when --without-pam is not specified.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-04-30 21:53:54 UTC (rev 2853)
+++ upstream/trunk/ChangeLog	2009-05-03 22:46:26 UTC (rev 2854)
@@ -1,3 +1,8 @@
+2009-05-04  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* NEWS, configure.in: Fix build failure on non-PAM enabled system
+	when --without-pam is not specified.
+
 2009-04-30  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/commonio.c: Ignore teh return values of fclose() and

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2009-04-30 21:53:54 UTC (rev 2853)
+++ upstream/trunk/NEWS	2009-05-03 22:46:26 UTC (rev 2854)
@@ -4,8 +4,10 @@
 
 - packaging
   * Enable --enable-account-tools-setuid by default for PAM builds.
-  * Added configure option --enable-utmpx, disabled by default to mimic
+  * Add configure option --enable-utmpx, disabled by default to mimic
     the previous behavior on Linux (where utmp and utmpx are identical).
+  * Fix build failure on non-PAM systems when --without-pam is not
+    specified.
 - login
   * Do not trust the current utmp entry's ut_line to set PAM_TTY. This could
     lead to DOS attacks.

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2009-04-30 21:53:54 UTC (rev 2853)
+++ upstream/trunk/configure.in	2009-05-03 22:46:26 UTC (rev 2854)
@@ -417,6 +417,7 @@
 		with_libpam="yes"
 	else
 		with_libpam="no"
+		unset LIBPAM
 	fi
 fi
 dnl Now with_libpam is either yes or no




More information about the Pkg-shadow-commits mailing list