From 6a17f08cbc43ab4f50cf7b3f800c83ffa621c18b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 13 Sep 2019 10:03:00 +0200 Subject: attr: version bump 2.4.47 -> 2.4.48 The build-system was moderniced. None of the patches are needed now. Signed-off-by: Michael Olbrich --- rules/host-attr.make | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'rules/host-attr.make') diff --git a/rules/host-attr.make b/rules/host-attr.make index b0d86a446..5d4447b08 100644 --- a/rules/host-attr.make +++ b/rules/host-attr.make @@ -16,23 +16,13 @@ HOST_PACKAGES-$(PTXCONF_HOST_ATTR) += host-attr # Prepare # ---------------------------------------------------------------------------- -HOST_ATTR_CONF_ENV := \ - $(HOST_ENV) \ - ac_cv_path_MSGFMT=: \ - ac_cv_path_MSGMERGE=: \ - ac_cv_path_XGETTEXT=: \ - CONFIG_SHELL=bash - -# no ':=' here -HOST_ATTR_INSTALL_OPT = \ - DIST_ROOT=$(HOST_ATTR_PKGDIR) \ - install \ - install-lib \ - install-dev - -HOST_ATTR_AUTOCONF := \ +# autoconf +# +HOST_ATTR_CONF_TOOL := autoconf +HOST_ATTR_CONF_OPT := \ $(HOST_AUTOCONF) \ - --libexecdir=/lib \ - --enable-shared + --disable-nls \ + --disable-rpath \ + --disable-debug # vim: syntax=make -- cgit v1.2.3