stun: enforce passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39828 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
55578e51d8
commit
d91a4bde08
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2008-2011 OpenWrt.org
|
||||
# Copyright (C) 2008-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:=stund
|
||||
PKG_VERSION:=0.96
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION)_Aug13.tgz
|
||||
PKG_SOURCE_URL:=@SF/stun
|
||||
@ -58,7 +58,7 @@ define Build/Compile
|
||||
CXX="$(TARGET_CXX)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \
|
||||
CXXFLAGS="$(TARGET_CFLAGS) -fno-rtti" \
|
||||
CPPFLAGS="$$$$CPPFLAGS $(TARGET_CPPFLAGS)" \
|
||||
LDFLAGS="$$$$LDFLAGS $(TARGET_LDFLAGS)" \
|
||||
all
|
||||
|
Loading…
x
Reference in New Issue
Block a user