summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/lrzsz.in1
-rw-r--r--rules/lrzsz.make12
2 files changed, 8 insertions, 5 deletions
diff --git a/rules/lrzsz.in b/rules/lrzsz.in
index 8c2a61bd4..fc9752908 100644
--- a/rules/lrzsz.in
+++ b/rules/lrzsz.in
@@ -2,7 +2,6 @@
config LRZSZ
tristate
prompt "lrzsz"
- select LIBC_NSL
help
lrzsz is a unix communication package providing the XMODEM,
YMODEM and ZMODEM file transfer protocols. lrzsz is a heavily
diff --git a/rules/lrzsz.make b/rules/lrzsz.make
index 6bb31e07f..0cb7077f3 100644
--- a/rules/lrzsz.make
+++ b/rules/lrzsz.make
@@ -30,14 +30,18 @@ LRZSZ_DIR := $(BUILDDIR)/$(LRZSZ)
# Prepare
# ----------------------------------------------------------------------------
-LRZSZ_PATH := PATH=$(CROSS_PATH)
-LRZSZ_ENV := $(CROSS_ENV)
-LRZSZ_ENV += CFLAGS=-Wstrict-prototypes
+LRZSZ_CONF_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_lib_nsl_gethostbyname=no
#
# autoconf
#
-LRZSZ_AUTOCONF = $(CROSS_AUTOCONF_USR)
+LRZSZ_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ --disable-nls \
+ --without-included-gettext \
+ --without-catgets
# ----------------------------------------------------------------------------
# Target-Install