Fix iodine compilation (#1408)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Feb 2007 22:27:39 +0000 (22:27 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Feb 2007 22:27:39 +0000 (22:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6395 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/iodine/Makefile

index 74b7f66..9b69b70 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 \
        )