diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-27 14:12:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-28 18:54:10 +0200 |
commit | 9576da428b79171f1adb998a4711c40c3d19a5b6 (patch) | |
tree | 9877278a6788c634ace8cc1eede64105f613165d /package/heimdal | |
parent | 8c68f7e1dfb5e1a7feea81afbc58e0ac0517ec3e (diff) |
fix heimdal compile
Diffstat (limited to 'package/heimdal')
-rw-r--r-- | package/heimdal/Makefile | 2 | ||||
-rw-r--r-- | package/heimdal/patches/patch-lib_com_err_Makefile_am | 11 |
2 files changed, 12 insertions, 1 deletions
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 + |