diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:08 +0200 |
commit | 38e356a749191c1832c9726b0b6cb913737af700 (patch) | |
tree | e8649d752a11d05d20615b2d4fd3a506baab516b /package/asterisk | |
parent | 2ee33f7b7bb6f36dcee29f7df1e6122b55139e92 (diff) |
different make bulkallmod fixes
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index c948531b2..d3a55ad1f 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -60,6 +60,7 @@ CONFIGURE_ARGS= --with-z=${STAGING_TARGET_DIR}/usr \ --without-nbs \ --without-netsnmp \ --without-newt \ + --without-openais \ --without-osptk \ --without-oss \ --without-popt \ |