[packages] Mass Fix for GCC 4.6
nodefaultlibs now includes libc so we have to add it where we want it git-svn-id: svn://svn.openwrt.org/openwrt/packages/ipv6/ndppd@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
223314901e
commit
6d95942389
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ define Build/Compile
|
|||
CXXFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CXXFLAGS) -fno-builtin -fno-rtti -nostdinc++ \
|
||||
-I$(STAGING_DIR)/usr/include/uClibc++ -I$(LINUX_DIR)/include" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
LIBS="-nodefaultlibs -luClibc++ -lconfuse" \
|
||||
LIBS="-nodefaultlibs -lc -luClibc++ -lconfuse" \
|
||||
ndppd
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue