mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 06:13:02 +02:00
Since we are using an old GCC we need to add a new requirement for rousette 'date' this is included in GCC 14+.
23 lines
712 B
Makefile
23 lines
712 B
Makefile
################################################################################
|
|
#
|
|
# Rousette RESTconf server
|
|
#
|
|
################################################################################
|
|
|
|
ROUSETTE_VERSION = cf7a1d6eafc29ea708f18833ceb2f297dc2b7f74
|
|
ROUSETTE_SITE = https://github.com/kernelkit/rousette.git
|
|
ROUSETTE_SITE_METHOD = git
|
|
ROUSETTE_LICENSE = Apache-2.0
|
|
ROUSETTE_LICENSE_FILES = LICENSE
|
|
ROUSETTE_DEPENDENCIES = boost docopt-cpp nghttp2-asio spdlog sysrepo-cpp linux-pam date-cpp
|
|
|
|
ROUSETTE_CONF_OPTS = \
|
|
-DTESTAR=on \
|
|
-DTHREADS_PTHREAD_ARG:STRING=-pthread
|
|
|
|
define ROUSETTE_USERS
|
|
yangnobody 333666 yangnobody 333666 * - - - Unauthenticated operations via RESTCONF
|
|
endef
|
|
$(eval $(cmake-package))
|
|
|