From 058540d0f440831e57693508e319a013106a15b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sat, 9 Oct 2010 16:28:39 +0000 Subject: [PATCH] vncrepeater: Fix link failure. Add missing -lc and -lgcc SVN-Revision: 23363 --- net/vncrepeater/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/vncrepeater/Makefile b/net/vncrepeater/Makefile index 46ba8a16fe..5ca3a77321 100644 --- a/net/vncrepeater/Makefile +++ b/net/vncrepeater/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vncrepeater PKG_VERSION:=0.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.rit.edu/~reh5586/openwrt/packages/vncrepeater/src @@ -41,7 +41,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ - LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++" \ + LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++ -lc $(LIBGCC_S)" \ repeater \ ) endef -- 2.30.2