mocp: Fix musl compatibility
authorTed Hess <thess@kitschensync.net>
Thu, 18 Jun 2015 19:06:29 +0000 (15:06 -0400)
committerTed Hess <thess@kitschensync.net>
Thu, 18 Jun 2015 19:06:29 +0000 (15:06 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
sound/mocp/Makefile

index 5552ec96251913efe0cc014c0274da3cfb7f013b..d1917bfbe1167606b5098319378427fb625917ca 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=moc
 PKG_VERSION:=2.5.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/
@@ -38,6 +38,8 @@ define Package/moc/description
        MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.
 endef
 
+TARGET_CFLAGS+=-D_GNU_SOURCE
+
 define Build/Configure
        $(call Build/Configure/Default, \
                $(if $(CONFIG_BUILD_PATENTED),,--without-mp3) \