fix lib link order
authorNicolas Thill <nico@openwrt.org>
Tue, 31 Oct 2006 11:35:44 +0000 (11:35 +0000)
committerNicolas 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

index 1b4ac6213c738972a43fb7bf846bf4c3449afc0b..cd6b3d45da10230a5ade30aa5c194199d2c61c9e 100644 (file)
@@ -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