summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
diff options
context:
space:
mode:
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