From 163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Tue, 7 Sep 2021 08:25:39 -0500 Subject: Correction of pkg-config compile script. (#974) * Correction of pkg-config compile script. * Reword note. --- config/cmake/libh5cc.in | 2 +- release_docs/RELEASE.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/cmake/libh5cc.in b/config/cmake/libh5cc.in index c98d9ca..ecdd13e 100644 --- a/config/cmake/libh5cc.in +++ b/config/cmake/libh5cc.in @@ -29,4 +29,4 @@ printf 'dir is %s\n' "$dir" export PKG_CONFIG_PATH=$dir/lib/pkgconfig -@_PKG_CONFIG_COMPILER@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@` $@ +@_PKG_CONFIG_COMPILER@ $@ `pkg-config --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@` diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 29600bd..cd6b800 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1122,6 +1122,14 @@ Bug Fixes since HDF5-1.12.0 release Configuration ------------- + - Corrected pkg-config compile script + + It was discovered that the position of the "$@" argument for the command + in the compile script may fail on some platforms and configurations. The + position of the "$@"command argument was moved before the pkg-config sub command. + + (ADB - 2021/08/30) + - Fixed CMake C++ compiler flags A recent refactoring of the C++ configure files accidently removed the -- cgit v0.12