summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-13 10:03:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-19 18:46:04 +0200
commit6a17f08cbc43ab4f50cf7b3f800c83ffa621c18b (patch)
treec1753a8e5485fe854af6ce90b9cd42f4f6b3077a /rules/host-attr.make
parent19680760c9a9f3c76b2c6fbbf38d8a34dc64e1ed (diff)
downloadptxdist-6a17f08cbc43ab4f50cf7b3f800c83ffa621c18b.tar.gz
ptxdist-6a17f08cbc43ab4f50cf7b3f800c83ffa621c18b.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-attr.make')
-rw-r--r--rules/host-attr.make24
1 files changed, 7 insertions, 17 deletions
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