From 485c658f3f9369d1cc62c7c09bb8782fee64544b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 27 Nov 2013 07:59:38 +0100 Subject: [PATCH] old-build: fix iconv check on openbsd --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bd90674023..34efaba686 100755 --- a/configure +++ b/configure @@ -893,7 +893,7 @@ extra_cflags="-I. -D_GNU_SOURCE $extra_cflags" _timer=timer-linux.c _getch=getch2.c -if freebsd ; then +if freebsd || openbsd ; then extra_ldflags="$extra_ldflags -L/usr/local/lib" extra_cflags="$extra_cflags -I/usr/local/include" fi