aboutsummaryrefslogtreecommitdiff
path: root/sound/upmpdcli/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-01 18:18:02 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-01 23:11:22 -0700
commitd03492267154615cabdc80cbe3a5274d8c4ee94b (patch)
tree92ac726605d879e6a775ab6ebcf798e0f9dda718 /sound/upmpdcli/Makefile
parentd49f59cfc5471096322c038e5b5ce043ced7339a (diff)
upmpdcli: update to 1.5.12
Remove wrong GLIBC fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r--sound/upmpdcli/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile
index 05612ff25..2e1936894 100644
--- a/sound/upmpdcli/Makefile
+++ b/sound/upmpdcli/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=upmpdcli
-PKG_VERSION:=1.5.11
+PKG_VERSION:=1.5.12
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
-PKG_HASH:=7c8c6ab866114699405223c60457448dcce35fc13e1e374f68b60eefc55f4f04
+PKG_HASH:=1d7b6ab360c2549a7e3eff4f261471761dd837e18327a3ca29de1981c090ff3b
PKG_MAINTAINER:=
PKG_LICENSE:=LGPL-2.1-or-later
@@ -42,8 +42,6 @@ define Package/upmpdcli/config
source "$(SOURCE)/Config.in"
endef
-TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm)
-
define Package/upmpdcli/conffiles
/etc/config/upmpdcli
endef