mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libeasy: fix libnl3 and openssl search paths
This commit is contained in:
parent
eaaba91dd2
commit
e0534180ba
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue