mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
fix batman build on osx
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@6788 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ define Build/Compile
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
NODEBUG=1 \
|
NODEBUG=1 \
|
||||||
OFLAGS="$(TARGET_CFLAGS)" \
|
OFLAGS="$(TARGET_CFLAGS)" \
|
||||||
OS="linux" \
|
UNAME="Linux" \
|
||||||
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
||||||
STRIP="/bin/true" \
|
STRIP="/bin/true" \
|
||||||
batmand install
|
batmand install
|
||||||
|
|||||||
Reference in New Issue
Block a user