mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
fix olsrd compile on 64 bit machines
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@6675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
1
Makefile
1
Makefile
@@ -99,6 +99,7 @@ define Build/Compile
|
|||||||
OFLAGS="$(TARGET_CFLAGS)" \
|
OFLAGS="$(TARGET_CFLAGS)" \
|
||||||
OS="linux" \
|
OS="linux" \
|
||||||
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
||||||
|
LIBDIR="$(PKG_INSTALL_DIR)/usr/lib" \
|
||||||
STRIP="/bin/true" \
|
STRIP="/bin/true" \
|
||||||
all libs install install_libs
|
all libs install install_libs
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user