genode/repos/libports/recipes/api/libssl/content.mk
Josef Söntgen c58ad11f2f libports: update OpenSSL to 1.0.2q
And enable SSL_CONF_* in libssl, needed by lighttpd's mod_openssl.

Issue #3069.
2019-01-07 12:33:54 +01:00

25 lines
564 B
Makefile

MIRROR_FROM_REP_DIR := lib/import/import-libssl.mk \
lib/symbols/libssl
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/openssl)
content: include
include:
mkdir $@
cp -r $(PORT_DIR)/include/* $@/
cp $(PORT_DIR)/include/openssl/e_os* $@/
cp -r $(PORT_DIR)/src/lib/openssl/crypto/o_time.h $@/
mkdir -p $@/crypto
cp -r $(PORT_DIR)/src/lib/openssl/crypto/constant_time_locl.h $@/crypto
content: LICENSE
LICENSE:
cp $(PORT_DIR)/src/lib/openssl/LICENSE $@