mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-18 14:56:05 -05:00
parent
41c55ffac1
commit
0276bcbceb
3 changed files with 16 additions and 12 deletions
14
configure
vendored
14
configure
vendored
|
|
@ -10616,22 +10616,22 @@ fi
|
|||
test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
|
||||
printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
|
||||
if test ${lt_cv_path_manifest_tool+y}
|
||||
if test ${lt_cv_path_mainfest_tool+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
lt_cv_path_manifest_tool=no
|
||||
lt_cv_path_mainfest_tool=no
|
||||
echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
|
||||
$MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
|
||||
cat conftest.err >&5
|
||||
if $GREP 'Manifest Tool' conftest.out > /dev/null; then
|
||||
lt_cv_path_manifest_tool=yes
|
||||
lt_cv_path_mainfest_tool=yes
|
||||
fi
|
||||
rm -f conftest*
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_manifest_tool" >&5
|
||||
printf "%s\n" "$lt_cv_path_manifest_tool" >&6; }
|
||||
if test yes != "$lt_cv_path_manifest_tool"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
|
||||
printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
|
||||
if test yes != "$lt_cv_path_mainfest_tool"; then
|
||||
MANIFEST_TOOL=:
|
||||
fi
|
||||
|
||||
|
|
@ -14661,7 +14661,7 @@ fi
|
|||
# Add ABI-specific directories to the system library path.
|
||||
sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
|
||||
|
||||
# Ideally, we could use ldconfig to report *all* directories which are
|
||||
# Ideally, we could use ldconfig to report *all* directores which are
|
||||
# searched for libraries, however this is still not possible. Aside from not
|
||||
# being certain /sbin/ldconfig is available, command
|
||||
# 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2 July 2025: Wouter
|
||||
- Merge #1299: Fix typos.
|
||||
- Generate ltmain.sh and configure again.
|
||||
|
||||
25 June 2025: Yorgos
|
||||
- Fix #1247: forward-first: ssl handshake failed on root nameservers.
|
||||
- For #1247, turn off fetch-policy for delegation when looking into
|
||||
|
|
|
|||
10
ltmain.sh
10
ltmain.sh
|
|
@ -696,7 +696,7 @@ eval 'func_dirname ()
|
|||
# to NONDIR_REPLACEMENT.
|
||||
# value returned in "$func_dirname_result"
|
||||
# basename: Compute filename of FILE.
|
||||
# value returned in "$func_basename_result"
|
||||
# value retuned in "$func_basename_result"
|
||||
# For efficiency, we do not delegate to the functions above but instead
|
||||
# duplicate the functionality here.
|
||||
eval 'func_dirname_and_basename ()
|
||||
|
|
@ -1532,7 +1532,7 @@ func_run_hooks ()
|
|||
|
||||
case " $hookable_fns " in
|
||||
*" $1 "*) ;;
|
||||
*) func_fatal_error "'$1' does not support hook functions.n" ;;
|
||||
*) func_fatal_error "'$1' does not support hook funcions.n" ;;
|
||||
esac
|
||||
|
||||
eval _G_hook_fns=\$$1_hooks; shift
|
||||
|
|
@ -1616,7 +1616,7 @@ func_run_hooks ()
|
|||
# }
|
||||
# func_add_hook func_validate_options my_option_validation
|
||||
#
|
||||
# You'll also need to manually amend $usage_message to reflect the extra
|
||||
# You'll alse need to manually amend $usage_message to reflect the extra
|
||||
# options you parse. It's preferable to append if you can, so that
|
||||
# multiple option parsing hooks can be added safely.
|
||||
|
||||
|
|
@ -1649,7 +1649,7 @@ func_options ()
|
|||
# All initialisations required before starting the option parse loop.
|
||||
# Note that when calling hook functions, we pass through the list of
|
||||
# positional parameters. If a hook function modifies that list, and
|
||||
# needs to propagate that back to rest of this script, then the complete
|
||||
# needs to propogate that back to rest of this script, then the complete
|
||||
# modified list must be put in 'func_run_hooks_result' before
|
||||
# returning.
|
||||
func_hookable func_options_prep
|
||||
|
|
@ -5772,7 +5772,7 @@ EOF
|
|||
{
|
||||
/* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
|
||||
namespace, but it is not one of the ones we know about and
|
||||
have already dealt with, above (including dump-script), then
|
||||
have already dealt with, above (inluding dump-script), then
|
||||
report an error. Otherwise, targets might begin to believe
|
||||
they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
|
||||
namespace. The first time any user complains about this, we'll
|
||||
|
|
|
|||
Loading…
Reference in a new issue