mrd6: fix compilation under macOS
uname variable needs to be overriden. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
65585a746d
commit
d0884e3e31
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ MRD6_MAKEFLAGS:= \
|
|||
LDFLAGS="$(TARGET_LDFLAGS) -ldl -lm" \
|
||||
MODULE_CXX="\$$$$(CC) -shared \$$$$(CXXFLAGS) \$$$$(LDFLAGS)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
PREFIX="/usr"
|
||||
PREFIX="/usr" \
|
||||
KERNEL=Linux
|
||||
|
||||
define Build/Compile
|
||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src $(MRD6_MAKEFLAGS) all
|
||||
|
|
Loading…
Reference in a new issue