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/games/lxdoom/lxdoom.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/games') diff --git a/package/games/lxdoom/lxdoom.mk b/package/games/lxdoom/lxdoom.mk index dd29cb9db..b9584b1fb 100644 --- a/package/games/lxdoom/lxdoom.mk +++ b/package/games/lxdoom/lxdoom.mk @@ -12,8 +12,7 @@ LXDOOM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ - --includedir=/usr/include --enable-shared \ - $(DISABLE_NLS) + --includedir=/usr/include --enable-shared LXDOOM_DEPENDENCIES = xserver_xorg-server -- cgit v1.2.3