Fix iodine compilation (#1408)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ed5c25ae68
commit
afa75cddce
@ -49,8 +49,7 @@ endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,\
|
||||
OS=Linux \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -c -DLinux" \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -c -DLINUX" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -lz" \
|
||||
iodine iodined \
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user