Skip to content
Snippets Groups Projects
Commit e0534180 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

libeasy: fix libnl3 and openssl search paths

parent eaaba91d
Branches
No related tags found
No related merge requests found
...@@ -23,6 +23,14 @@ PKG_LICENSE_FILES:=LICENSE ...@@ -23,6 +23,14 @@ PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-I$(STAGING_DIR)/usr/include/openssl \
-I$(STAGING_DIR)/usr/include/libnl3
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) -Wall"
define Package/libeasy define Package/libeasy
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment