net/yate: Disable RTTI
Yate is the only package in OpenWrt which manually enables RTTI (run-time type information). There's no explanation in the Makefile as to why that would be needed or advisable. Remove it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
b8b9818a13
commit
326df0e414
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ CONFIGURE_ARGS+= \
|
|||
--disable-wanpipe \
|
||||
--enable-ilbc \
|
||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-ilbcwebrtc),--enable-ilbc-webrtc,--disable-ilbc-webrtc) \
|
||||
--enable-rtti \
|
||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-pgsqldb),--with-libpq="$(STAGING_DIR)/usr",--without-libpq) \
|
||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-mysqldb),--with-mysql="$(STAGING_DIR)/usr",--without-mysql) \
|
||||
--without-wphwec \
|
||||
|
|
Loading…
Reference in a new issue