packages: pam-pam_mysql/ac.patch (NEW) - fix const check: checking if the...

glen glen at pld-linux.org
Sun Aug 30 08:40:43 CEST 2009


Author: glen                         Date: Sun Aug 30 06:40:43 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix const check:
  checking if the second argument of pam_conv.conv() takes const pointer... yes

---- Files affected:
packages/pam-pam_mysql:
   ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pam-pam_mysql/ac.patch
diff -u /dev/null packages/pam-pam_mysql/ac.patch:1.1
--- /dev/null	Sun Aug 30 08:40:43 2009
+++ packages/pam-pam_mysql/ac.patch	Sun Aug 30 08:40:38 2009
@@ -0,0 +1,10 @@
+--- pam_mysql-0.7RC1/acinclude.m4~	2009-08-30 09:38:12.000000000 +0300
++++ pam_mysql-0.7RC1/acinclude.m4	2009-08-30 09:39:13.392988532 +0300
+@@ -68,6 +67,7 @@
+ 
+   AC_MSG_CHECKING([if the second argument of pam_conv.conv() takes const pointer])
+   AC_TRY_COMPILE([
++#include <stddef.h>
+ #include <pam_appl.h>
+ #include <pam_modules.h>
+   ], [
================================================================


More information about the pld-cvs-commit mailing list