Files
infix/package/rousette/rousette.mk
T
Mattias WalströmandJoachim Wiberg f5884098fb Bump rousette to latest GIT hash
Since we are using an old GCC we need to add a new requirement for rousette 'date'
this is included in GCC 14+.
2024-09-09 17:02:51 +02:00

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))