upmpdcli: update to 1.5.12
Remove wrong GLIBC fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d49f59cfc5
commit
d034922671
1 changed files with 2 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=upmpdcli
|
PKG_NAME:=upmpdcli
|
||||||
PKG_VERSION:=1.5.11
|
PKG_VERSION:=1.5.12
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
|
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
|
||||||
PKG_HASH:=7c8c6ab866114699405223c60457448dcce35fc13e1e374f68b60eefc55f4f04
|
PKG_HASH:=1d7b6ab360c2549a7e3eff4f261471761dd837e18327a3ca29de1981c090ff3b
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
@ -42,8 +42,6 @@ define Package/upmpdcli/config
|
||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm)
|
|
||||||
|
|
||||||
define Package/upmpdcli/conffiles
|
define Package/upmpdcli/conffiles
|
||||||
/etc/config/upmpdcli
|
/etc/config/upmpdcli
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue