summaryrefslogtreecommitdiffstats
path: root/extra/asterisk/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-09 08:37:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-09 08:37:22 +0000
commit32463bc14a16994bc2bb8d55ab7870ebad07d276 (patch)
tree0cf661ef21135e36bc066854e7e9f53e4358becc /extra/asterisk/APKBUILD
parent56ec02d524f6b9cc237b86ebb5dbbf84232d2af7 (diff)
extra/asterisk: disable x11, even if x11 headers and libs are on system
Diffstat (limited to 'extra/asterisk/APKBUILD')
-rw-r--r--extra/asterisk/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/asterisk/APKBUILD b/extra/asterisk/APKBUILD
index bdc8dd5fed2..e5b8290066e 100644
--- a/extra/asterisk/APKBUILD
+++ b/extra/asterisk/APKBUILD
@@ -43,6 +43,7 @@ build() {
--without-iconv --with-popt --with-z --with-newt \
--with-odbc --with-postgres --with-tds \
--with-dahdi --with-pri --with-tonezone \
+ --without-x11 \
|| return 1
# and figure out which modules to build