lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 86668ddea41a6aa8179d36c06b9e934bdb932c1a
parent 7b017f7ee667d2a6d71899655d3c2eb8afe07ec9
Author: Ted Hess <thess@kitschensync.net>
Date:   Tue, 12 May 2015 15:00:33 -0400

libmpdclient: Update to 2.10

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Mlibs/libmpdclient/Makefile | 6+++---
Dlibs/libmpdclient/patches/001-WIP_musl_compatibility.patch | 22----------------------
2 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/libs/libmpdclient/Makefile b/libs/libmpdclient/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmpdclient -PKG_VERSION:=2.9 -PKG_RELEASE:=3 +PKG_VERSION:=2.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/ -PGK_MD5SUM:=4b101a36e5c0cf967dc063391260ddbf +PGK_MD5SUM:=00606c630b905aa6196330373b366c29 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=BSD-3-Clause diff --git a/libs/libmpdclient/patches/001-WIP_musl_compatibility.patch b/libs/libmpdclient/patches/001-WIP_musl_compatibility.patch @@ -1,22 +0,0 @@ ---- a/src/socket.c -+++ b/src/socket.c -@@ -43,6 +43,7 @@ - #else - # include <netinet/in.h> - # include <arpa/inet.h> -+# include <sys/select.h> - # include <sys/socket.h> - # include <netdb.h> - # include <sys/un.h> ---- a/src/sync.c -+++ b/src/sync.c -@@ -33,6 +33,9 @@ - #include <assert.h> - #include <stdlib.h> - #include <stdio.h> -+#ifndef WIN32 -+#include <sys/select.h> -+#endif - #include <fcntl.h> - #include <unistd.h> -