You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
591 B
21 lines
591 B
################################################################################
|
|
#
|
|
# pistache
|
|
#
|
|
################################################################################
|
|
|
|
PISTACHE_VERSION = f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d
|
|
PISTACHE_SITE = $(call github,oktal,pistache,$(PISTACHE_VERSION))
|
|
PISTACHE_LICENSE = Apache-2.0
|
|
PISTACHE_LICENSE_FILES = LICENSE
|
|
|
|
PISTACHE_INSTALL_STAGING = YES
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
PISTACHE_DEPENDENCIES += openssl
|
|
PISTACHE_CONF_OPTS += -DPISTACHE_USE_SSL=ON
|
|
else
|
|
PISTACHE_CONF_OPTS += -DPISTACHE_USE_SSL=OFF
|
|
endif
|
|
|
|
$(eval $(cmake-package))
|
|
|