packages: heimdal/heimdal.spec, heimdal/heimdal-ac.patch (NEW) - autoconf f...
tommat
tommat at pld-linux.org
Fri Sep 18 18:26:43 CEST 2009
Author: tommat Date: Fri Sep 18 16:26:43 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- autoconf fixes
---- Files affected:
packages/heimdal:
heimdal.spec (1.173 -> 1.174) , heimdal-ac.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/heimdal/heimdal.spec
diff -u packages/heimdal/heimdal.spec:1.173 packages/heimdal/heimdal.spec:1.174
--- packages/heimdal/heimdal.spec:1.173 Thu Jul 9 21:36:58 2009
+++ packages/heimdal/heimdal.spec Fri Sep 18 18:26:37 2009
@@ -36,6 +36,7 @@
Patch10: %{name}-krb5_free_error_message.patch
Patch11: %{name}-static-kcm.patch
Patch12: %{name}-kcm.patch
+Patch13: %{name}-ac.patch
URL: http://www.h5l.org/
BuildRequires: autoconf >= 2.62
BuildRequires: automake
@@ -344,6 +345,7 @@
%patch10 -p1
%patch11 -p1
%patch12 -p1
+%patch13 -p1
%build
rm -f acinclude.m4 cf/{libtool,lt*}.m4
@@ -757,6 +759,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.174 2009/09/18 16:26:37 tommat
+- autoconf fixes
+
Revision 1.173 2009/07/09 19:36:58 baggins
- rel 11
- fix sigsegv in kcm
================================================================
Index: packages/heimdal/heimdal-ac.patch
diff -u /dev/null packages/heimdal/heimdal-ac.patch:1.1
--- /dev/null Fri Sep 18 18:26:43 2009
+++ packages/heimdal/heimdal-ac.patch Fri Sep 18 18:26:38 2009
@@ -0,0 +1,29 @@
+diff -Nur heimdal-1.2.1-orig/cf/check-var.m4 heimdal-1.2.1/cf/check-var.m4
+--- heimdal-1.2.1-orig/cf/check-var.m4 2008-07-28 14:04:49.000000000 +0200
++++ heimdal-1.2.1/cf/check-var.m4 2009-09-18 18:12:45.000000000 +0200
+@@ -19,7 +19,7 @@
+ if test "$ac_foo" = yes; then
+ AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1,
+ [Define if you have the `]$1[' variable.])
+- m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2]))
++ m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[[$2]]))
+ fi
+ ])
+
+diff -Nur heimdal-1.2.1-orig/cf/roken-frag.m4 heimdal-1.2.1/cf/roken-frag.m4
+--- heimdal-1.2.1-orig/cf/roken-frag.m4 2008-07-28 14:04:49.000000000 +0200
++++ heimdal-1.2.1/cf/roken-frag.m4 2009-09-18 18:12:26.000000000 +0200
+@@ -586,11 +586,11 @@
+ #include <err.h>
+ #endif])
+
+-AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][
++AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[[
+ #include <stdlib.h>
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+-#endif])
++#endif]])
+
+ dnl
+ dnl Check for fields in struct tm
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.173&r2=1.174&f=u
More information about the pld-cvs-commit
mailing list