mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
f23e302475
Note, OpenSSL now comes as one combined depot archive *openssl* that replaces the former *libssl* and *libcrypto* archives. The libraries are still separate binaries for compatibility with legacy software. Issue #3773
9 lines
222 B
Makefile
9 lines
222 B
Makefile
LIB_OPENSSL_DIR = $(call select_from_repositories,src/lib/openssl)
|
|
|
|
LIBS += libcrypto
|
|
|
|
ARCH = $(filter 32bit 64bit,$(SPECS))
|
|
|
|
INC_DIR += $(call select_from_ports,openssl)/include
|
|
INC_DIR += $(LIB_OPENSSL_DIR)/spec/$(ARCH)
|