diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-04 10:34:02 +0200 |
commit | 5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch) | |
tree | cd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/heimdal/patches/patch-configure | |
parent | 401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff) | |
parent | 4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
BUGS
package/autoconf/Makefile
Diffstat (limited to 'package/heimdal/patches/patch-configure')
-rw-r--r-- | package/heimdal/patches/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/heimdal/patches/patch-configure b/package/heimdal/patches/patch-configure index d92f7cdbc..53601d6db 100644 --- a/package/heimdal/patches/patch-configure +++ b/package/heimdal/patches/patch-configure @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- heimdal-1.2.1.orig/configure 2008-07-28 14:05:20.000000000 +0200 -+++ heimdal-1.2.1/configure 2009-01-04 18:24:14.421500455 +0100 ++++ heimdal-1.2.1/configure 2009-11-19 21:01:07.000000000 +0100 @@ -47096,9 +47096,6 @@ end EOF if ${COMPILE_ET} conftest_et.et >/dev/null 2>&1; then @@ -11,3 +11,12 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ if test "$cross_compiling" = yes; then krb_cv_compile_et="yes" krb_cv_compile_et_cross=yes else +@@ -47183,7 +47180,7 @@ rm -fr conftest* + fi + + if test "${krb_cv_compile_et_cross}" = yes ; then +- krb_cv_com_err="cross" ++ krb_cv_com_err="yes" + elif test "${krb_cv_compile_et}" = "yes"; then + krb_cv_save_LIBS="${LIBS}" + LIBS="${LIBS} -lcom_err" |