summaryrefslogtreecommitdiff
path: root/package/heimdal/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-12 14:26:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 14:26:02 +0100
commit7c41bd04b223bb739bc87542d9414e5de783f177 (patch)
tree663e2091784a1b089a7d46d5166dbae26167930d /package/heimdal/patches/patch-configure
parentbf47f2d852558cdf07c29564af7284b428c2ffe6 (diff)
fix build of heimdal
Diffstat (limited to 'package/heimdal/patches/patch-configure')
-rw-r--r--package/heimdal/patches/patch-configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/heimdal/patches/patch-configure b/package/heimdal/patches/patch-configure
new file mode 100644
index 000000000..29a003f6b
--- /dev/null
+++ b/package/heimdal/patches/patch-configure
@@ -0,0 +1,19 @@
+--- heimdal-1.4.orig/configure 2010-09-13 09:24:11.000000000 +0200
++++ heimdal-1.4/configure 2011-01-11 18:51:09.154898347 +0100
+@@ -26892,7 +26892,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"
+@@ -26928,6 +26928,7 @@ else
+ krb_cv_com_err="no"
+ fi
+
++krb_cv_com_err="yes"
+ if test "${krb_cv_com_err}" = "yes"; then
+ DIR_com_err=""
+ LIB_com_err="-lcom_err"