From 11229301b2a0d8efae9abc552dce40c76e120786 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 24 Nov 2005 15:54:25 +0000 Subject: Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1b7312334..468288fd7 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1087,7 +1087,7 @@ menu "Library Installation Options" config SHARED_LIB_LOADER_PREFIX string "Shared library loader path" depends on HAVE_SHARED - default "$(DEVEL_PREFIX)/lib" + default "$(RUNTIME_PREFIX)lib" help When using shared libraries, this path is the location where the shared library will be invoked. This value will be compiled into -- cgit v1.2.3