From: nbd Date: Sat, 24 Mar 2007 17:58:55 +0000 (+0000) Subject: fix olsrd compile on 64 bit machines X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a93fc57d1125551cffd2c0060206c5379146a8fd;p=packages.git fix olsrd compile on 64 bit machines git-svn-id: svn://svn.openwrt.org/openwrt/packages@6675 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index 4072e730b..99136de74 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -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