summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 7b6114d..26a9095 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a strong libtool implementation, written in C */
-/* Copyright (C) 2016--2024 SysDeer Technologies, LLC */
+/* Copyright (C) 2016--2025 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
@@ -90,6 +90,7 @@ enum app_tags {
TAG_DISABLE_STATIC,
TAG_DISABLE_SHARED,
TAG_NO_UNDEFINED,
+ TAG_PREFER_SLTDL,
TAG_MODULE,
TAG_AVOID_VERSION,
TAG_COMPILER_FLAG,
@@ -125,6 +126,7 @@ enum app_tags {
TAG_STLE_WARNINGS,
TAG_STLE_NO_WARNINGS,
TAG_STLE_LTDL,
+ TAG_STLE_SYSTEM_LTDL,
};
struct slbt_split_vector {
@@ -209,6 +211,7 @@ struct slbt_exec_ctx_impl {
char * args;
char * shadow;
char * dsoprefix;
+ char * lsltdl;
size_t size;
size_t exts;
int fdwrapper;