diff options
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r-- | core/flex/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD index 2d1ef4adf..1fbcaf1c8 100644 --- a/core/flex/PKGBUILD +++ b/core/flex/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 164810 2012-08-06 13:29:17Z allan $ +# $Id: PKGBUILD 196829 2013-10-20 11:50:22Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -11,6 +11,7 @@ url="http://flex.sourceforge.net" license=('custom') groups=('base-devel') depends=('glibc' 'm4' 'sh') +options=('staticlibs') install=flex.install source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 lex.sh) |