mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
ipsec-tools: add host-flex dependency
This fixes the following build failure: checking lex output file root... configure: error: cannot find output from flex; giving up Caused by the fact that a host version of flex is missing in $(HOST_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1ab9bb250c
commit
088a04041e
@@ -145,7 +145,7 @@ ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT), y)
|
||||
IPSEC_TOOLS_PROGS+= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
|
||||
endif
|
||||
|
||||
ipsec-tools: openssl flex $(IPSEC_TOOLS_PROGS)
|
||||
ipsec-tools: openssl flex host-flex $(IPSEC_TOOLS_PROGS)
|
||||
|
||||
ipsec-tools-source: $(DL_DIR)/$(IPSEC_TOOLS_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user