loudmouth: Disable debug and fix compilation
Reduces size and and eliminates -Werror
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 788fda356e
)
This commit is contained in:
parent
c3f6660b8b
commit
21de3c1acf
1 changed files with 5 additions and 3 deletions
|
@ -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 <mike@flyn.org>
|
||||
|
||||
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue