2024-11-29 15:18:23 +00:00
|
|
|
commit 81de541fdd4abc77167f955f8ddd85f195888e5c
|
|
|
|
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
Date: Fri Sep 30 13:49:16 2022 +0200
|
|
|
|
|
|
|
|
|
|
libfabric libtool
|
|
|
|
|
|
|
|
|
|
Disable static libs
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
|
|
|
|
|
|
diff --git configure.ac configure.ac
|
|
|
|
|
index 7dacf69c9a69..90fcdc610754 100644
|
|
|
|
|
--- configure.ac
|
|
|
|
|
+++ configure.ac
|
|
|
|
|
@@ -193,7 +193,7 @@ m4_version_prereq([2.70],
|
2016-10-19 14:34:09 +00:00
|
|
|
dnl Check for compiler features
|
|
|
|
|
AC_C_TYPEOF
|
|
|
|
|
|
|
|
|
|
-LT_INIT
|
|
|
|
|
+LT_INIT([disable-static])
|
2017-01-26 14:54:01 +00:00
|
|
|
LT_OUTPUT
|
2016-10-19 14:34:09 +00:00
|
|
|
|
|
|
|
|
dnl dlopen support is optional
|