net/yate: Disable RTTI
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 18 Feb 2018 09:07:16 +0000 (10:07 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 18 Feb 2018 09:07:19 +0000 (10:07 +0100)
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>
net/yate/Makefile

index 72d898eebe810cc9c635de499ddd4086fce2b5d8..b89e899a5ed0c5f3450bcefb166cc11865a6f678 100644 (file)
@@ -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 \