diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 15:51:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 15:51:21 +0100 |
commit | 31728d3c791ee94c4da715f259091c2b535e2275 (patch) | |
tree | 1707f6e4887fef9aac1074705b8a63a78ac3bbf5 /package/wpa_supplicant | |
parent | 15b8fe03024872b725b75616f09baf069d48b480 (diff) | |
parent | 25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 8f6e0efee..e1545e64c 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -33,7 +33,7 @@ $(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,${PKG_VERSION}-${PKG_RE CONFIG_STYLE:= manual INSTALL_STYLE:= manual -TARGET_CFLAGS+= -I$(STAGING_DIR)/usr/include/libnl3 +TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/libnl3 MAKE_FLAGS+= CPPFLAGS='${TARGET_CPPFLAGS}' \ LDFLAGS='${TARGET_LDFLAGS}' \ |