diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-06-05 14:47:32 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-06-05 14:48:19 +0000 |
commit | 7fe9cc63193e48367d5f99a1c1d2815b08addfb8 (patch) | |
tree | 13ec7a0c41622293bda1ad4e1f9cd9d67cc3b598 /main/cyrus-sasl | |
parent | fc13a4932c72d888e9044e1a51932ec708c4a204 (diff) | |
download | aports-7fe9cc63193e48367d5f99a1c1d2815b08addfb8.tar.bz2 aports-7fe9cc63193e48367d5f99a1c1d2815b08addfb8.tar.xz |
main/cyrus-sasl: added missing dash to config flag
Diffstat (limited to 'main/cyrus-sasl')
-rw-r--r-- | main/cyrus-sasl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cyrus-sasl/APKBUILD b/main/cyrus-sasl/APKBUILD index a50d8cb009..dfceb765ba 100644 --- a/main/cyrus-sasl/APKBUILD +++ b/main/cyrus-sasl/APKBUILD @@ -39,9 +39,9 @@ build() { --with-gss_impl=heimdal \ --with-devrandom=/dev/urandom \ --without-ldap \ - -with-saslauthd=/var/run/saslauthd \ + --with-saslauthd=/var/run/saslauthd \ --mandir=/usr/share/man || return 1 - # parallell buildds is broken + # parallell builds is broken make -j1 || return 1 } |