From: nico Date: Tue, 31 Oct 2006 11:35:44 +0000 (+0000) Subject: fix lib link order X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=f9dfba5f247e956733f650d1740c6243c5223eda;p=packages.git fix lib link order git-svn-id: svn://svn.openwrt.org/openwrt/packages@5357 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/mrd6/patches/01-ceilf_replacement.patch b/ipv6/mrd6/patches/01-ceilf_replacement.patch index 1b4ac6213..cd6b3d45d 100644 --- 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