summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/mdadm/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/mdadm/PKGBUILD b/core/mdadm/PKGBUILD
deleted file mode 100644
index 8a5cd5b9..00000000
--- a/core/mdadm/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# temporarily remove -Werror (and hope misalignment warning are not that serious)
-prepare() {
- cd "${srcdir}/${pkgname}"
-
- sed -i 's/-Werror//g' Makefile
-}