Package: libvshadow / 20240504-1

Metadata

Package Version Patches format
libvshadow 20240504-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ac path pkgconfig.patch | (download)

configure.ac | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use cross-build compatible macro for finding pkg-config.
 .
 The package uses AC_PATH_PROG to discover the location of pkg-config(1). This
 macro fails to select the correct version to support cross-compilation.
 .
 This patch changes it to use AC_PATH_TOOL.
 .
 Refer to https://bugs.debian.org/884798 for details.
python3 test fix.patch | (download)

tests/test_runner.sh | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

---