From a96be19bc390e43502ea6dbc4f673665bbc2a318 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Mar 2010 14:29:00 +0100 Subject: package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard --- package/lighttpd/lighttpd.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/lighttpd') diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index b17f72c5f..1a2562cfc 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -8,17 +8,12 @@ LIGHTTPD_VERSION = 1.4.26 LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x LIGHTTPD_LIBTOOL_PATCH = NO -ifneq ($(BR2_LARGEFILE),y) -LIGHTTPD_LFS:=$(DISABLE_LARGEFILE) --disable-lfs -endif - LIGHTTPD_CONF_OPT = \ --libdir=/usr/lib/lighttpd \ --libexecdir=/usr/lib \ --localstatedir=/var \ --program-prefix="" \ - $(DISABLE_IPV6) \ - $(LIGHTTPD_LFS) + $(if $(BR2_LARGEFILE),,--disable-lfs) ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y) LIGHTTPD_DEPENDENCIES += openssl -- cgit v1.2.3