From 9e767147474be1e0db131154876817033a029b1f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 6 Dec 2009 19:55:42 +0100 Subject: package: get rid of redundant malloc related configure presets Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard --- package/games/gnuchess/gnuchess.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/games') diff --git a/package/games/gnuchess/gnuchess.mk b/package/games/gnuchess/gnuchess.mk index 921d0fdc8..d5a8dd65a 100644 --- a/package/games/gnuchess/gnuchess.mk +++ b/package/games/gnuchess/gnuchess.mk @@ -6,10 +6,6 @@ GNUCHESS_VERSION = 5.07 GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess -GNUCHESS_INSTALL_STAGING = NO -GNUCHESS_INSTALL_TARGET = YES - -GNUCHESS_CONF_ENV = ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes $(eval $(call AUTOTARGETS,package/games,gnuchess)) -- cgit v1.2.3