summaryrefslogtreecommitdiffstats
path: root/rules/libpopt.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libpopt.make')
-rw-r--r--rules/libpopt.make13
1 files changed, 7 insertions, 6 deletions
diff --git a/rules/libpopt.make b/rules/libpopt.make
index 2be637c44..3bc769080 100644
--- a/rules/libpopt.make
+++ b/rules/libpopt.make
@@ -30,16 +30,17 @@ LIBPOPT_LICENSE := MIT
# Prepare
# ----------------------------------------------------------------------------
-LIBPOPT_PATH := PATH=$(CROSS_PATH)
-LIBPOPT_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-LIBPOPT_AUTOCONF := \
+LIBPOPT_CONF_TOOL := autoconf
+LIBPOPT_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --$(call ptx/endis, PTXCONF_LIBPOPT_NLS)-nls
-
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-build-gcov \
+ --$(call ptx/endis, PTXCONF_LIBPOPT_NLS)-nls \
+ --disable-rpath
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------