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:
c6140a2
)
fix lib link order
author
Nicolas Thill
<nico@openwrt.org>
Tue, 31 Oct 2006 11:35:44 +0000
(11:35 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 31 Oct 2006 11:35:44 +0000
(11:35 +0000)
SVN-Revision: 5357
ipv6/mrd6/patches/01-ceilf_replacement.patch
patch
|
blob
|
history
diff --git
a/ipv6/mrd6/patches/01-ceilf_replacement.patch
b/ipv6/mrd6/patches/01-ceilf_replacement.patch
index 1b4ac6213c738972a43fb7bf846bf4c3449afc0b..cd6b3d45da10230a5ade30aa5c194199d2c61c9e 100644
(file)
--- a/
ipv6/mrd6/patches/01-ceilf_replacement.patch
+++ b/
ipv6/mrd6/patches/01-ceilf_replacement.patch
@@
-15,7
+15,7
@@
diff -urN mrd6-0.9.5/src/Makefile mrd6-0.9.5.new/src/Makefile
endif
-LDFLAGS += -lm
-+LDFLAGS += -
lm -lnotimpl -L$(STAGING_DIR)/usr/lib
++LDFLAGS += -
L$(STAGING_DIR)/usr/lib -lnotimpl -lm
ifeq ($(PLATFORM),OS_LINUX)
LDFLAGS += -ldl
endif