From fa3f2c52fd2d0f310bff791b020bca453a994f6d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 24 Mar 2007 17:58:55 +0000 Subject: [PATCH] fix olsrd compile on 64 bit machines git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@6675 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4072e73..99136de 100644 --- a/Makefile +++ b/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