diff options
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |