From 235ec6b2fffa8d386d71946f2ed48daab26726ea Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 1 Apr 2007 13:24:50 +0000 Subject: [PATCH] fix batman build on osx git-svn-id: svn://svn.openwrt.org/openwrt/packages@6788 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/batman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman/Makefile b/net/batman/Makefile index 3f074416c..d59fc801d 100644 --- a/net/batman/Makefile +++ b/net/batman/Makefile @@ -40,7 +40,7 @@ define Build/Compile $(TARGET_CONFIGURE_OPTS) \ NODEBUG=1 \ OFLAGS="$(TARGET_CFLAGS)" \ - OS="linux" \ + UNAME="Linux" \ INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \ STRIP="/bin/true" \ batmand install