From a3ea7da1e2ab49fe6e501459db486bf562c82c51 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 1 Apr 2007 13:24:50 +0000 Subject: [PATCH] fix batman build on osx SVN-Revision: 6788 --- net/batman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman/Makefile b/net/batman/Makefile index 3f074416cb..d59fc801de 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 -- 2.30.2