Fix iodine compilation (#1408)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-26 22:27:39 +00:00
parent ed5c25ae68
commit afa75cddce

View File

@ -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 \
)