summaryrefslogtreecommitdiff
path: root/package/alsa-lib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-15 15:11:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-15 15:12:21 +0200
commitcb69247047cdf267c54f5a7540863a3ea7a8fbd6 (patch)
tree60866b214c8f810f7291bd703929a80e610dc1fe /package/alsa-lib
parent5cf51a3d46ee3cb40f4bf6b97e8a03db9398f083 (diff)
fix static linking of alsa-lib. handle -static like -all-static in libtool. idea from buildroot
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile
index 9e8c31f7c..8e101e0d9 100644
--- a/package/alsa-lib/Makefile
+++ b/package/alsa-lib/Makefile
@@ -21,6 +21,8 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,ALSA_LIB,alsa-lib,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,ALSA_LIB,alsa-lib,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+AUTOTOOL_STYLE:= autoreconf
+
ifneq ($(ADK_HOST_LINUX),y)
HOST_LINUX_ONLY:= 1
endif