X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fpeerguardian%2FMakefile;h=c7b4c62b14eaf3ef57e6b2f16d38100a6d2bcc2f;hp=33f653d5d93f5fbf88cf4024e93cf9893aee4afd;hb=319980d0813baf32bc53fc855a23920d6cab6daf;hpb=d4a4041775edf644cb4e6fbee55a88400c2a9638 diff --git a/net/peerguardian/Makefile b/net/peerguardian/Makefile index 33f653d5d9..c7b4c62b14 100644 --- a/net/peerguardian/Makefile +++ b/net/peerguardian/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -41,7 +41,7 @@ endef CONFIGURE_VARS+= \ CXXFLAGS="$$$$CXXFLAGS $$$$CPPFLAGS -fno-builtin -fno-rtti -I$(STAGING_DIR)/usr/include/libnetfilter_queue/" \ - LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -lgcc" \ + LIBS="-nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm $(LIBGCC_S)" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \