From: Nicolas Thill Date: Tue, 13 Jul 2010 03:14:22 +0000 (+0000) Subject: [packages] dibbler: remove obsolete hacks (not linked against uClibc++ anymore) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a6342190f4532d84ced819d355342948bc1ed53f;p=openwrt%2Fsvn-archive%2Farchive.git [packages] dibbler: remove obsolete hacks (not linked against uClibc++ anymore) SVN-Revision: 22161 --- diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 6acf8a4721..7881c5fde3 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -105,18 +105,12 @@ define Build/Configure ); endef -# link stuff missing from uClibc++ but present in stdc++ statically -CXX_LIBS:= -lstdc++ -lm -lgcc - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ PORT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ PORT_LDFLAGS="$(TARGET_LDFLAGS)" \ DEBUGINFO= \ - CXXLD="$(TARGET_CC)" \ - CLNT_LIBS="$(CXX_LIBS)" \ - SRV_LIBS="$(CXX_LIBS)" \ server client relay endef