]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
macros: Remind libtool where to find any system libraries
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:45:11 +0000 (17:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Dec 2022 17:45:11 +0000 (17:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
macros/cflags.macro

index 0edaf86e6469c55070c60a755ea7d884d1f32a82..e0f28117d380016353829308a69ebec43d09f21f 100644 (file)
@@ -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