summaryrefslogtreecommitdiff
path: root/libpkgconf/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-20 17:06:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-20 17:06:32 +0300
commite00a421e51b5747696f89b6611eba1d0010dd501 (patch)
tree89ebd5975b58597c4e8555144f98ad26333c40a8 /libpkgconf/README-DEV
parentf76df6b5b3ad65675058bf6ab0aa8bf6e14e11ac (diff)
Release version 1.6.3+5v1.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
Diffstat (limited to 'libpkgconf/README-DEV')
-rw-r--r--libpkgconf/README-DEV9
1 files changed, 5 insertions, 4 deletions
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