422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
456 B
Makefile
16 lines
456 B
Makefile
#############################################################
|
|
#
|
|
# gnuchess
|
|
#
|
|
#############################################################
|
|
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))
|
|
|