From 5a9886170b3bc9027ec72ab425fb0e3d4a1aa330 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 21:21:31 +0700 Subject: sim: fix readline linkage Now that we link programs in the top dir instead of the arch subdir, update the readline library path to be relative to the top dir. --- sim/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/configure') diff --git a/sim/configure b/sim/configure index d8b734e..0a0eb6d 100755 --- a/sim/configure +++ b/sim/configure @@ -13446,7 +13446,7 @@ fi if test -r ../readline/Makefile; then - READLINE_LIB=../../readline/readline/libreadline.a + READLINE_LIB=../readline/readline/libreadline.a READLINE_CFLAGS='-I$(READLINE_SRC)/..' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5 -- cgit v1.1