aaffd209fa
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
537 B
Makefile
Executable File
17 lines
537 B
Makefile
Executable File
################################################################################
|
|
#
|
|
# smcroute
|
|
#
|
|
################################################################################
|
|
|
|
SMCROUTE_VERSION = 1.99.2
|
|
SMCROUTE_SITE = $(call github,troglobit,smcroute,$(SMCROUTE_VERSION))
|
|
SMCROUTE_LICENSE = GPLv2+
|
|
SMCROUTE_LICENSE_FILES = COPYING
|
|
|
|
SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
|
|
#BUG:The package Makefile uses CC?= even though the package is autotools based
|
|
SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
|
|
|
|
$(eval $(autotools-package))
|