From ebadfdf9feedc37c3534856a2f1606e14f4c6f73 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 23 May 2025 20:37:55 +0000 Subject: slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR. --- src/internal/slibtool_driver_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 26a9095..6d8a027 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -182,6 +182,7 @@ struct slbt_driver_ctx_impl { const struct slbt_archive_ctx * arctx; const char * arpath; + const char * ltdlarg; char * libname; char * dargs; char ** dargv; @@ -256,11 +257,14 @@ struct slbt_stoolie_ctx_impl { int fdtgt; int fdaux; int fdm4; + int fdltdl; const char * auxarg; char * auxbuf; const char * m4arg; char * m4buf; char ** m4argv; + const char * ltdldir; + char * ltdlbuf; struct slbt_txtfile_ctx * acinc; struct slbt_txtfile_ctx * cfgac; struct slbt_txtfile_ctx * makam; -- cgit v1.2.3