From aa4e47ff7c3362176e268935945d995b92aacef0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Feb 2022 18:57:11 +0000 Subject: using ldflags --- repo/system/gperf.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild index 1e9e97b..9a1327d 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 LIBS="-liconv" --prefix=/usr --docdir=/usr/share/doc/gperf-$PKG_VER + ./configure LDFLAGS="-liconv" --prefix=/usr --docdir=/usr/share/doc/gperf-$PKG_VER make } -- cgit v1.2.1