From 6ef47c4f48487b446b3a2fe823bec1fc8c8c7e0f Mon Sep 17 00:00:00 2001 From: Stefan Wold Date: Sun, 13 Feb 2022 17:00:30 +0100 Subject: [PATCH] fhs: fix lib search order in default ld.so.conf Relates to https://github.com/lunar-linux/lunar/issues/142 --- filesys/fhs/templates/etc/ld.so.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/filesys/fhs/templates/etc/ld.so.conf b/filesys/fhs/templates/etc/ld.so.conf index 83327c01b..bfabef76a 100644 --- a/filesys/fhs/templates/etc/ld.so.conf +++ b/filesys/fhs/templates/etc/ld.so.conf @@ -1 +1,6 @@ +# Dynamic linker/loader configuration. +# See ld.so(8) and ldconfig(8) for details. + +/lib +/usr/lib include /etc/ld.so.conf.d/*.conf