From e00a421e51b5747696f89b6611eba1d0010dd501 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 20 Oct 2021 17:06:32 +0300 Subject: Release version 1.6.3+5 Prevent dropping of -framework options in Libs value Change manifest builds value from all to host Disable the success build emails Cleanup comments in tests/basic/driver.c --- libpkgconf/README-DEV | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libpkgconf/README-DEV') diff --git a/libpkgconf/README-DEV b/libpkgconf/README-DEV index 06cd737..1a1dd23 100644 --- a/libpkgconf/README-DEV +++ b/libpkgconf/README-DEV @@ -40,10 +40,7 @@ $ mv fragment.c fragment.c.orig $ cp fragment.c.orig fragment.c $ git apply dont-merge-fragments.patch - -Note that the patch is produces by the following command: - -$ git diff >dont-merge-fragments.patch +$ git apply dont-drop-fragments.patch Also fix the MinGW GCC 10 -Wformat warning: @@ -51,3 +48,7 @@ $ mv stdinc.h stdinc.h.orig $ cp stdinc.h.orig stdinc.h $ git apply fix-mingw-wformat-warning.patch + +Note that the patches are produces by commands similar to the following: + +$ git diff >dont-merge-fragments.patch -- cgit v1.1