From 21de3c1acf2b386f245934feda5c516d3fc0df41 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 27 Nov 2018 09:41:55 -0800 Subject: [PATCH] loudmouth: Disable debug and fix compilation Reduces size and and eliminates -Werror Signed-off-by: Rosen Penev (cherry-picked from 788fda356e209a17095e185c166cd8f3f9a61688) --- libs/loudmouth/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libs/loudmouth/Makefile b/libs/loudmouth/Makefile index e5f77cac7..fe572c237 100644 --- a/libs/loudmouth/Makefile +++ b/libs/loudmouth/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=loudmouth PKG_VERSION:=1.5.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo @@ -41,8 +41,10 @@ define Package/loudmouth/description endef CONFIGURE_ARGS += \ - --with-ssl=openssl \ - --with-idn=no + --disable-debug \ + --without-compile-warnings \ + --without-idn \ + --with-ssl=openssl define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/