diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-11 15:47:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-20 22:15:00 +0100 |
commit | e36f0881bd8aa4b3889c9b68b2976ca873603b20 (patch) | |
tree | ebdc8e08ba25bac1ee70d5f149bf1d1ede4f472f | |
parent | 09c989420db1599c7650ae614c672ea5e699d641 (diff) | |
download | buildroot-e36f0881bd8aa4b3889c9b68b2976ca873603b20.tar.gz buildroot-e36f0881bd8aa4b3889c9b68b2976ca873603b20.zip |
madplay: workaround not needed anymore
The patches for uClibc-ng are upstream and added to buildroot.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/madplay/madplay.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/madplay/madplay.mk b/package/madplay/madplay.mk index 6b13819754..2606ac8d66 100644 --- a/package/madplay/madplay.mk +++ b/package/madplay/madplay.mk @@ -11,14 +11,6 @@ MADPLAY_LICENSE_FILES = COPYING COPYRIGHT MADPLAY_LIBTOOL_PATCH = NO MADPLAY_DEPENDENCIES = libmad libid3tag $(if $(BR2_PACKAGE_GETTEXT),gettext) -# Workaround a bug in uClibc-ng, which exposes madvise() but doesn't -# provide the corresponding MADV_* definitions. Bug reported at -# http://mailman.uclibc-ng.org/pipermail/devel/2016-December/001306.html. madvise() -# is anyway useless on noMMU. -ifeq ($(BR2_USE_MMU),) -MADPLAY_CONF_ENV += ac_cv_func_madvise=no -endif - # Check if ALSA is built, then we should configure after alsa-lib so # ./configure can find alsa-lib. ifeq ($(BR2_PACKAGE_MADPLAY_ALSA),y) |