diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 02:19:52 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 02:19:52 +0000 |
commit | 07d1c84db602769f919d0bfc99fd88628556b28c (patch) | |
tree | 2d9d12388cab135e8fde02b32073fd4878a15509 /testing/crda/APKBUILD | |
parent | 9abee09e039d5bd4dff1f5959dd08d91687ed2fb (diff) | |
download | aports-07d1c84db602769f919d0bfc99fd88628556b28c.tar.bz2 aports-07d1c84db602769f919d0bfc99fd88628556b28c.tar.xz |
testing/crda: remove werror
Diffstat (limited to 'testing/crda/APKBUILD')
-rw-r--r-- | testing/crda/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/crda/APKBUILD b/testing/crda/APKBUILD index bc5d020569..f6e11ea8aa 100644 --- a/testing/crda/APKBUILD +++ b/testing/crda/APKBUILD @@ -14,6 +14,12 @@ source="http://kernel.org/pub/software/network/crda/crda-3.18.tar.xz 01-Makefile-dont-run-ldconfig.patch" builddir="$srcdir/$pkgname-$pkgver" + +prepare() { + default_prepare || return 1 + sed 's/-Werror//' -i $builddir/Makefile || return 1 +} + build() { cd "$builddir" make |