fix lib link order
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8afe6b134f
commit
f9dfba5f24
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user