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:
Felix Fietkau 2007-03-24 17:58:55 +00:00
parent cac7165539
commit fa3f2c52fd
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ define Build/Compile
OFLAGS="$(TARGET_CFLAGS)" \
OS="linux" \
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
LIBDIR="$(PKG_INSTALL_DIR)/usr/lib" \
STRIP="/bin/true" \
all libs install install_libs
endef