mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mocp: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+3
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=moc
|
PKG_NAME:=moc
|
||||||
PKG_VERSION:=2.5.0
|
PKG_VERSION:=2.5.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/
|
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.
|
MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS+=-D_GNU_SOURCE
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
$(if $(CONFIG_BUILD_PATENTED),,--without-mp3) \
|
$(if $(CONFIG_BUILD_PATENTED),,--without-mp3) \
|
||||||
|
|||||||
Reference in New Issue
Block a user