summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-01 18:53:55 +0000
committerdavidovski <david@davidovski.xyz>2022-02-01 18:53:55 +0000
commit8f840bc1beff75182fa03a6a0bb113dec783c76a (patch)
tree6d574c5cecfe1e37a21d6a3c15953ac18989c5c5 /repo
parent447af192b0a68e9d7cce43bba9614b4c2b5c0bb6 (diff)
added iconv flags to gperf
Diffstat (limited to 'repo')
-rw-r--r--repo/system/gperf.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild
index 07ff515..8e199cd 100644
--- a/repo/system/gperf.xibuild
+++ b/repo/system/gperf.xibuild
@@ -8,7 +8,7 @@ SOURCE=http://ftp.gnu.org/pub/gnu/gperf/gperf-$PKG_VER.tar.gz
DESC="Perfect hash function generator"
build () {
- ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-$PKG_VER
+ ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-$PKG_VER CFLAGS=-liconv
make
}