summaryrefslogtreecommitdiff
path: root/package/mpg123/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:13 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:23 -0600
commit5d33e4840753cc739face7e9689452ed90be6ae8 (patch)
treeb5d4a1c550126eae56b06d320acb49670008f7f0 /package/mpg123/Makefile
parentc4568758963846e7adb2fa47e89409d44ef749e5 (diff)
fix static linking
Diffstat (limited to 'package/mpg123/Makefile')
-rw-r--r--package/mpg123/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mpg123/Makefile b/package/mpg123/Makefile
index 3b5f1018f..3ceb1466f 100644
--- a/package/mpg123/Makefile
+++ b/package/mpg123/Makefile
@@ -20,6 +20,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,MPG123,mpg123,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+AUTOTOOL_STYLE:= autoreconf
+
ifeq ($(ADK_CPU_I486),y)
CONFIGURE_ARGS+= --with-cpu=i486
endif