diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-11 17:46:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-11 17:46:17 +0000 |
commit | 09634919d3524e15cce41331fe2504031bb19a9c (patch) | |
tree | a4893f0fb91a1a44f7480e3c873a4defc58ddacd /package/mrd6/patches | |
parent | 6163abef763d795142434079467f3bd48913ae66 (diff) | |
download | upstream-09634919d3524e15cce41331fe2504031bb19a9c.tar.gz upstream-09634919d3524e15cce41331fe2504031bb19a9c.tar.bz2 upstream-09634919d3524e15cce41331fe2504031bb19a9c.zip |
Restored mrd6 compilation as "ceilf" dependency is now solved, updated to latest upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mrd6/patches')
-rw-r--r-- | package/mrd6/patches/01-ceilf_replacement.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/mrd6/patches/01-ceilf_replacement.patch b/package/mrd6/patches/01-ceilf_replacement.patch new file mode 100644 index 0000000000..1b4ac6213c --- /dev/null +++ b/package/mrd6/patches/01-ceilf_replacement.patch @@ -0,0 +1,21 @@ +diff -urN mrd6-0.9.5/src/Makefile mrd6-0.9.5.new/src/Makefile +--- mrd6-0.9.5/src/Makefile 2005-12-18 19:15:04.000000000 +0100 ++++ mrd6-0.9.5.new/src/Makefile 2006-02-11 18:30:44.000000000 +0100 +@@ -43,7 +43,7 @@ + CFLAGS += -DNO_INET6_OPTION + endif + +-DEST_PREFIX = $(DESTDIR)$(PREFIX) ++DEST_PREFIX = $(DESTDIR)/$(PREFIX) + + ifeq ($(OPTIMIZE),yes) + ifeq ($(SPACE_OPTIMIZE),yes) +@@ -97,7 +97,7 @@ + endif + endif + +-LDFLAGS += -lm ++LDFLAGS += -lm -lnotimpl -L$(STAGING_DIR)/usr/lib + ifeq ($(PLATFORM),OS_LINUX) + LDFLAGS += -ldl + endif |