mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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
11 lines
285 B
Makefile
11 lines
285 B
Makefile
LIB_OPENSSL_DIR = $(call select_from_repositories,src/lib/openssl)
|
|
|
|
ARCH = $(filter 32bit 64bit,$(SPECS))
|
|
|
|
INC_DIR += $(call select_from_ports,openssl)/include
|
|
INC_DIR += $(LIB_OPENSSL_DIR)/spec/$(ARCH)
|
|
|
|
LIBS += libc
|
|
|
|
include $(call select_from_repositories,lib/import/import-libc.mk)
|