diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-09 08:37:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-09 08:37:22 +0000 |
commit | 32463bc14a16994bc2bb8d55ab7870ebad07d276 (patch) | |
tree | 0cf661ef21135e36bc066854e7e9f53e4358becc /extra/asterisk/APKBUILD | |
parent | 56ec02d524f6b9cc237b86ebb5dbbf84232d2af7 (diff) | |
download | aports-32463bc14a16994bc2bb8d55ab7870ebad07d276.tar.bz2 aports-32463bc14a16994bc2bb8d55ab7870ebad07d276.tar.xz |
extra/asterisk: disable x11, even if x11 headers and libs are on system
Diffstat (limited to 'extra/asterisk/APKBUILD')
-rw-r--r-- | extra/asterisk/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/asterisk/APKBUILD b/extra/asterisk/APKBUILD index bdc8dd5f..e5b82900 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 |