libcoap: Pass endian flags down to target

Fixes github issue #1856

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Karl Palsson 2015-10-14 17:18:08 +00:00
parent 26b6be72c7
commit c4a8c4eae2

View file

@ -42,6 +42,10 @@ CONFIGURE_ARGS += \
--disable-examples \
--disable-documentation
ifeq ($(CONFIG_BIG_ENDIAN),y)
TARGET_CFLAGS += -DWORDS_BIGENDIAN
endif
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/