diff options
-rw-r--r-- | extra/putty/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD index c8fe95255..880aa82b3 100644 --- a/extra/putty/PKGBUILD +++ b/extra/putty/PKGBUILD @@ -16,6 +16,7 @@ sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380' build() { cd "${srcdir}/${pkgname}-${pkgver}/unix" + sed -i 's/-Werror//' configure ./configure --prefix=/usr make } |