mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
5e4e634625
If `select_from_ports` is evaluated lazily, we might miss a port during the dependency check. A way to prevent this is to use the `:=` operator. Fixes genodelabs/genode#4618
10 lines
230 B
Makefile
10 lines
230 B
Makefile
CURL_DIR := $(call select_from_ports,curl)
|
|
INC_DIR += $(CURL_DIR)/include
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/curl/spec/64bit
|
|
INC_DIR += $(REP_DIR)/src/lib/curl/spec/64bit/curl
|
|
|
|
include $(REP_DIR)/lib/mk/curl.inc
|
|
|
|
CC_CXX_WARN_STRICT =
|