diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-13 15:17:52 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-13 15:18:59 -0600 |
commit | 8ba718a03d42062159febd1c95fead36555ab61c (patch) | |
tree | 91cd84d9a507528ceaadebecc40ef6b6683ac99f | |
parent | 045c512db0b2c108c3a476cbc6d51ab49c6c09ac (diff) |
disable python for the host, reported by Tuguldur
-rw-r--r-- | package/alsa-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index 75db7c1de..33d03a470 100644 --- a/package/alsa-lib/Makefile +++ b/package/alsa-lib/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= alsa-lib PKG_VERSION:= 1.0.28 -PKG_RELEASE:= 6 +PKG_RELEASE:= 7 PKG_HASH:= 3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d PKG_DESCR:= sound library PKG_SECTION:= libs/audio @@ -29,6 +29,7 @@ endif TARGET_CPPFLAGS+= -D_POSIX_C_SOURCE=1 HOST_STYLE:= auto +HOST_CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-python alsa-lib-install: |