summaryrefslogtreecommitdiff
path: root/core/mdadm/PKGBUILD
blob: 8a5cd5b9e752d810e6a702212a89937722dcbbb5 (plain)
1
2
3
4
5
6
# temporarily remove -Werror (and hope misalignment warning are not that serious)
prepare() {
  cd "${srcdir}/${pkgname}"

  sed -i 's/-Werror//g' Makefile
}