summaryrefslogtreecommitdiff
path: root/package/madplay
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-02-01 17:06:54 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-01 17:07:37 +0100
commit28fc73efafe917e4a89c0eb6651555922ee0f4df (patch)
treebdf25768f14672f9191ca2e994809fc70436cadb /package/madplay
parentdc95d50fe3ee4dc72f19f838f9c05fec75973140 (diff)
Revert "madplay: fix musl gettext support detection"
This reverts commit a0a244d26d8e7e7e5465c3e6e9fcd1c31e2c178d. As this is now handled globally in TARGET_CONFIGURE_ARGS, this can be reverted here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/madplay')
-rw-r--r--package/madplay/madplay.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/madplay/madplay.mk b/package/madplay/madplay.mk
index 65ae4f770..2606ac8d6 100644
--- a/package/madplay/madplay.mk
+++ b/package/madplay/madplay.mk
@@ -11,11 +11,6 @@ MADPLAY_LICENSE_FILES = COPYING COPYRIGHT
MADPLAY_LIBTOOL_PATCH = NO
MADPLAY_DEPENDENCIES = libmad libid3tag $(if $(BR2_PACKAGE_GETTEXT),gettext)
-# configure script misdetects musl gettext support
-ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
-MADPLAY_CONF_ENV += gt_cv_func_gnugettext1_libc=yes
-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)