From: florian Date: Mon, 26 Feb 2007 22:27:39 +0000 (+0000) Subject: Fix iodine compilation (#1408) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=afa75cddce472a930a6796f7784609d6a136013d;p=packages.git Fix iodine compilation (#1408) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 74b7f6603..9b69b70e0 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -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 \ )