Browse Source

Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib

Peter S. Mazinger 20 năm trước cách đây
mục cha
commit
11229301b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -1087,7 +1087,7 @@ menu "Library Installation Options"
 config SHARED_LIB_LOADER_PREFIX
 config SHARED_LIB_LOADER_PREFIX
 	string "Shared library loader path"
 	string "Shared library loader path"
 	depends on HAVE_SHARED
 	depends on HAVE_SHARED
-	default "$(DEVEL_PREFIX)/lib"
+	default "$(RUNTIME_PREFIX)lib"
 	help
 	help
 	  When using shared libraries, this path is the location where the
 	  When using shared libraries, this path is the location where the
 	  shared library will be invoked.  This value will be compiled into
 	  shared library will be invoked.  This value will be compiled into