diff options
Diffstat (limited to 'src/skin/slbt_skin_stoolie.c')
-rw-r--r-- | src/skin/slbt_skin_stoolie.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_stoolie.c b/src/skin/slbt_skin_stoolie.c index 3a8cdb1..39117c5 100644 --- a/src/skin/slbt_skin_stoolie.c +++ b/src/skin/slbt_skin_stoolie.c @@ -54,5 +54,15 @@ const slbt_hidden struct argv_option slbt_stoolie_options[] = { "compatibility, and is currently a no-op, thereby " "deferring -lltdl to the system installed library."}, + {"system-ltdl",0,TAG_STLE_SYSTEM_LTDL,ARGV_OPTARG_NONE,0,0,0, + "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} }; |