diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 23:13:11 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 23:13:11 +0000 |
commit | 446bfc2044de1e7049e09d288db0e3decf44a12e (patch) | |
tree | 3f3e41f9ed5880923c9e6b3c2454d71365037fd9 /repo | |
parent | e7bb4a20f0d62edcf6f2dadd514a5e4d70185847 (diff) |
changed configure for flex
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/flex.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/flex.xibuild b/repo/devel/flex.xibuild index d298b1d..11cb62a 100644 --- a/repo/devel/flex.xibuild +++ b/repo/devel/flex.xibuild @@ -8,7 +8,7 @@ SOURCE=https://github.com/westes/flex/releases/download/v$PKG_VER/flex-$PKG_VER. DESC="a utility for generating programs that recognize patterns in text" build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/flex --disable-static + ./configure --prefix=/usr --docdir=/usr/share/doc/flex --disable-static CFLAGS=-liconv make } |