summaryrefslogtreecommitdiff
path: root/core/libsasl/PKGBUILD
blob: 5140d82b0aff5ca15d53da2ae4eb85c85de96080 (plain)
1
2
3
4
5
6
7
8
9
10
11
makedepends=(${makedepends[@]//mariadb-libs/})
makedepends_i686+=(mariadb-libs)
makedepends_pentium4=("${makedepends_i686[@]}")
if [ "${CARCH}" = 'i486' ]; then
  eval "$(
    declare -f build \
    | sed '
      s/\s--with-mysql=\S\+\s/ --without-mysql /
    '
  )"
fi