From: Michael Tremer Date: Mon, 12 Dec 2022 17:45:11 +0000 (+0000) Subject: macros: Remind libtool where to find any system libraries X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c2755241a8dbb9abe55cc19cd2c8d68ebb225d7;p=people%2Fstevee%2Fpakfire.git macros: Remind libtool where to find any system libraries Signed-off-by: Michael Tremer --- diff --git a/macros/cflags.macro b/macros/cflags.macro index 0edaf86e..e0f28117 100644 --- a/macros/cflags.macro +++ b/macros/cflags.macro @@ -51,4 +51,7 @@ build # Export default compilers export CC = gcc export CXX = g++ + + # Show libtool where to find any libraries + export LT_SYS_LIBRARY_PATH = %{libdir}: end