mirror of
https://github.com/openwrt/packages.git
synced 2026-04-29 21:14:56 +04:00
loudmouth: Fix compilation issue with newer glib
Loudmouth enforces -Werror which errors on deprecated APIs. Also switched to codeload for Makefile consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+9
-11
@@ -9,21 +9,18 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=loudmouth
|
||||
PKG_VERSION:=1.5.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/mcabber/loudmouth/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=12972fcffd9bbcc4a3b2b9fbf4b0e549f7b4caf0f11c8d2af2059087ce4e8792
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_MIRROR_HASH:=46a3f1a13a6ec5ff5377c028ce25bc723ab86247af40e686aa2b24718a5cd0d1
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/mcabber/loudmouth.git
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -41,8 +38,9 @@ define Package/loudmouth/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-ssl=openssl \
|
||||
--with-idn=no
|
||||
--without-compile-warnings \
|
||||
--without-idn \
|
||||
--with-ssl=openssl
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/
|
||||
|
||||
Reference in New Issue
Block a user