Fix iodine compilation (#1408)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 26 Feb 2007 22:27:39 +0000 (22:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 26 Feb 2007 22:27:39 +0000 (22:27 +0000)
SVN-Revision: 6395

net/iodine/Makefile

index 74b7f66032ee759c8767d8c4d74270e162086297..9b69b70e007a6a12267c0be2e54b551dda6a2a37 100644 (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 \
        )