author | Sergej Pupykin
<spupykin@archlinux.org> 2014-05-19 10:48:03 UTC |
committer | Sergej Pupykin
<spupykin@archlinux.org> 2014-05-19 10:48:03 UTC |
parent | 05f46830a191eb6dbcb0dded53ab7a42c6134fd9 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 29dab97..6669172 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sdcc pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" arch=('i686' 'x86_64') license=('GPL') @@ -25,7 +25,8 @@ build() { ./configure \ --prefix=/usr \ --includedir=/usr/include/sdcc \ - --libdir=/usr/lib/sdcc + --libdir=/usr/lib/sdcc \ + --disable-werror make }