Date: Wednesday, April 23, 2014 @ 19:10:09 Author: spupykin Revision: 110067
upgpkg: splint 3.1.2-4 upd Modified: splint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-23 17:10:06 UTC (rev 110066) +++ PKGBUILD 2014-04-23 17:10:09 UTC (rev 110067) @@ -4,12 +4,12 @@ pkgname=splint pkgver=3.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="A tool for statically checking C programs for security vulnerabilities and coding mistakes" arch=('i686' 'x86_64') url="http://www.splint.org/" license=('GPL') -depends=('glibc') +depends=('flex') source=("http://www.splint.org/downloads/${pkgname}-${pkgver}.src.tgz" 'splint.sh') md5sums=('25f47d70bd9c8bdddf6b03de5949c4fd' @@ -19,7 +19,7 @@ build() { cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr --mandir=/usr/share/man - make + make LDFLAGS="$LDFLAGS -lfl" } package() {