diff options
author | midipix <writeonce@midipix.org> | 2025-04-03 02:55:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-04-03 02:55:38 +0000 |
commit | fa7ea0ecc8cd92ec13ee5368d496e3e28b53bc7c (patch) | |
tree | 4c3e014bb00fe65e1852072a6ee16cf71d5e60d2 /src/skin/slbt_skin_stoolie.c | |
parent | 5fb097090d4c0a74c9aa50273c173be9aa30ef2f (diff) | |
download | slibtool-fa7ea0ecc8cd92ec13ee5368d496e3e28b53bc7c.tar.bz2 slibtool-fa7ea0ecc8cd92ec13ee5368d496e3e28b53bc7c.tar.xz |
Diffstat (limited to 'src/skin/slbt_skin_stoolie.c')
-rw-r--r-- | src/skin/slbt_skin_stoolie.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/skin/slbt_skin_stoolie.c b/src/skin/slbt_skin_stoolie.c index 3140d22..39117c5 100644 --- a/src/skin/slbt_skin_stoolie.c +++ b/src/skin/slbt_skin_stoolie.c @@ -55,9 +55,14 @@ const slbt_hidden struct argv_option slbt_stoolie_options[] = { "deferring -lltdl to the system installed library."}, {"system-ltdl",0,TAG_STLE_SYSTEM_LTDL,ARGV_OPTARG_NONE,0,0,0, - "Do not enforce the use of libsltdl. " - "Without this option, --prefer-sltdl will be added to " - "slibtool's configured arguments."}, + "Create the empty tag file (or symlink) sysltdl.tag; " + "presence of this tag file shall stand for " + "the preference to link against the system-installed " + "ltdl library, and package builder wishing to respect " + "this preference should set the shell variable " + "slibtool_prefer_sltdl to 'no' prior to invoking " + "the package's ./configure script."}, + {0,0,0,0,0,0,0,0} }; |