author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2017-08-09 10:34:26 UTC |
committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2017-08-09 10:34:26 UTC |
parent | 3946dea2ca556ccbf280542bea6c69870cff1936 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b2b43ae..aa3d720 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=avrdude pkgver=6.3 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" arch=('i686' 'x86_64') @@ -20,7 +20,8 @@ build() { ./configure --mandir=/usr/share/man \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --enable-linuxgpio make }