aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-03-03 22:15:06 +0000
committerStefan Eßer <se@FreeBSD.org>2023-03-03 22:15:06 +0000
commit0ff539eb7ca570d65a23a7ad13a91a673d89abcf (patch)
treed22a622e1a23b8541471a7a7531aa2fd9c48f937 /configure.sh
parent61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427 (diff)
vendor/bc: import version 6.4.0vendor/bc/6.4.0
This version contains a fix for an issue that can affect complex bc scripts that use multiple read() functions that receive input from an interactive user. The same value could be returned multiple times.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 3ada5298e9ed..021d30807ffb 100755
--- a/configure.sh
+++ b/configure.sh
@@ -1801,7 +1801,7 @@ if [ "$library" -ne 0 ]; then
contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
contents=$(replace "$contents" "VERSION" "$version")
- printf '%s\n' "$contents" > "./bcl.pc"
+ printf '%s\n' "$contents" > "$scriptdir/bcl.pc"
pkg_config_install="\$(SAFE_INSTALL) \$(PC_INSTALL_ARGS) \"\$(BCL_PC)\" \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""
pkg_config_uninstall="\$(RM) -f \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""