From 9576da428b79171f1adb998a4711c40c3d19a5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 May 2014 14:12:42 +0200 Subject: fix heimdal compile --- package/heimdal/Makefile | 2 +- package/heimdal/patches/patch-lib_com_err_Makefile_am | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 package/heimdal/patches/patch-lib_com_err_Makefile_am (limited to 'package/heimdal') diff --git a/package/heimdal/Makefile b/package/heimdal/Makefile index 3d57d23ea..52ba4a1f4 100644 --- a/package/heimdal/Makefile +++ b/package/heimdal/Makefile @@ -85,7 +85,7 @@ endif TARGET_CFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/et -pthread -CONFIGURE_ARGS+= ${CONFIGURE_OPTS} --with-cross-tools=${STAGING_HOST_DIR}/usr/bin +CONFIGURE_ARGS+= ${CONFIGURE_OPTS} --with-cross-tools=${STAGING_HOST_DIR}/usr/libexec/heimdal CONFIGURE_ENV+= ac_cv_func_getaddrinfo_numserv=yes HOST_STYLE:= auto diff --git a/package/heimdal/patches/patch-lib_com_err_Makefile_am b/package/heimdal/patches/patch-lib_com_err_Makefile_am new file mode 100644 index 000000000..9c2faa8d8 --- /dev/null +++ b/package/heimdal/patches/patch-lib_com_err_Makefile_am @@ -0,0 +1,11 @@ +--- heimdal-1.5.3.orig/lib/com_err/Makefile.am 2012-12-09 23:06:44.000000000 +0100 ++++ heimdal-1.5.3/lib/com_err/Makefile.am 2014-05-27 11:51:26.000000000 +0200 +@@ -13,7 +13,7 @@ endif + + libcom_err_la_LIBADD = $(LIB_libintl) + +-bin_PROGRAMS = compile_et ++libexec_heimdal_PROGRAMS = compile_et + + include_HEADERS = com_err.h com_right.h + -- cgit v1.2.3