From 49ca1618f9809242fc00d51ba0f7bd997b7cae95 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 5 Aug 2008 23:39:05 +0000 Subject: [PATCH] fix peerguardian on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12188 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/peerguardian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/peerguardian/Makefile b/net/peerguardian/Makefile index eba0b12bd..95b96056b 100644 --- a/net/peerguardian/Makefile +++ b/net/peerguardian/Makefile @@ -42,7 +42,7 @@ endef CONFIGURE_VARS+= \ CXXFLAGS="$$$$CXXFLAGS $$$$CPPFLAGS -fno-builtin -fno-rtti" \ - LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm" \ + LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -lgcc" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ -- 2.11.0