From 3f6e14b1f8928dd18ab6b78c90ff16aac8090e8e Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 8 Mar 2014 00:57:52 +0000 Subject: [PATCH] vncrepeater: pass our CFLAGS Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@39830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/vncrepeater/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/vncrepeater/Makefile b/net/vncrepeater/Makefile index e1f89ff30..fb9cd508a 100644 --- a/net/vncrepeater/Makefile +++ b/net/vncrepeater/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vncrepeater PKG_VERSION:=0.12 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.rit.edu/~reh5586/openwrt/packages/vncrepeater/src @@ -44,7 +44,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ CC="$(TARGET_CXX)" \ - CFLAGS="$(TARGET_CPPFLAGS) -fno-rtti" \ + CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -fno-rtti" \ repeater \ ) endef -- 2.11.0