X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsipp%2FMakefile;h=a213971cd8ee21666a644be1c7a68b2ee8c8a733;hp=fcbbddedb6a530d4ba8e17241fc9d4bf5680bb61;hb=678aa3af8829f1c9c91dd8e43e53754586eaac66;hpb=d018bb366be9fbd23615c6d6f8135b8292b08f26 diff --git a/net/sipp/Makefile b/net/sipp/Makefile index fcbbddedb6..a213971cd8 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -44,7 +44,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ LFLAGS_linux="$(TARGET_LDFLAGS)" \ - LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm" \ + LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm -lgcc" \ all endef