projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4151d4
)
fix olsrd compile on 64 bit machines
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 17:58:55 +0000
(17:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 17:58:55 +0000
(17:58 +0000)
SVN-Revision: 6675
net/olsrd/Makefile
patch
|
blob
|
history
diff --git
a/net/olsrd/Makefile
b/net/olsrd/Makefile
index 4072e730b6091d4bf0761ed9255cd46c2a9ae010..99136de74bb9c9e6e82b87790641d0c0f482583d 100644
(file)
--- 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