Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sound/madplay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=madplay
PKG_VERSION:=0.15.2b
PKG_RELEASE:=10
PKG_RELEASE:=11

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mad \
Expand Down Expand Up @@ -53,6 +53,8 @@ CONFIGURE_ARGS += \
CONFIGURE_VARS += \
lt_prog_compiler_pic="$(FPIC)"

TARGET_CFLAGS += -D__GNU_LIBRARY__

MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS)"

define Package/madplay/install
Expand Down