From 39ce397bc705086b8856cc5c578244aabf093aa9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Mar 2024 05:50:50 +0000 Subject: link mode: handle the combination of dlopen/dlpreopen and --disable-shared. --- src/internal/slibtool_linkcmd_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index bc57f3d..c0db6e1 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -76,7 +76,8 @@ int slbt_exec_link_create_library( const char * dsobasename, const char * dsofilename, const char * relfilename, - bool fardlopen); + bool fardlopen, + bool fpic); int slbt_exec_link_create_executable( -- cgit v1.2.3