Move libnl to own port

Issue #4508.
This commit is contained in:
Josef Söntgen
2022-05-17 17:39:54 +02:00
committed by Christian Helmuth
parent 573cabaf24
commit fd14cf9f1e
8 changed files with 36 additions and 19 deletions

View File

@ -1,4 +1,4 @@
NL_CONTRIB_INC_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
NL_CONTRIB_INC_DIR := $(call select_from_ports,libnl)/src/lib/libnl
INC_DIR += $(NL_CONTRIB_INC_DIR)/include
LIBNL_INC_DIR = $(REP_DIR)/src/lib/libnl/include

View File

@ -3,7 +3,7 @@ LIB_INC_DIR = $(LIB_DIR)/include
LIBS += libc libnl_include
LIBNL_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
LIBNL_CONTRIB_DIR := $(call select_from_ports,libnl)/src/lib/libnl
INC_DIR += $(LIB_INC_DIR)
INC_DIR += $(LIBNL_CONTRIB_DIR)/include

View File

@ -1,6 +1,6 @@
ifeq ($(called_from_lib_mk),yes)
LIBNL_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
LIBNL_CONTRIB_DIR := $(call select_from_ports,libnl)/src/lib/libnl
LIBNL_EMUL_H := $(REP_DIR)/src/lib/libnl/include/libnl_emul.h
#