diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:41:29 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:41:29 +0000 |
commit | 1d817c71287eb7f4dacc142bb6403d4a5d2bdc91 (patch) | |
tree | 77694c89074556086476796bc5ac325c9e4fdb43 /check-0.11.0-info-in-builddir.patch | |
parent | 7df657c9c503e4efdc849955056cad0ad3d46bee (diff) |
automatic import of checkopeneuler24.03_LTS
Diffstat (limited to 'check-0.11.0-info-in-builddir.patch')
-rw-r--r-- | check-0.11.0-info-in-builddir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/check-0.11.0-info-in-builddir.patch b/check-0.11.0-info-in-builddir.patch new file mode 100644 index 0000000..6c36105 --- /dev/null +++ b/check-0.11.0-info-in-builddir.patch @@ -0,0 +1,15 @@ +diff -up check-0.11.0/configure.ac.info-in-builddir check-0.11.0/configure.ac +--- check-0.11.0/configure.ac.info-in-builddir 2016-12-21 15:36:18.415103323 -0500 ++++ check-0.11.0/configure.ac 2016-12-21 15:37:20.008715140 -0500 +@@ -20,9 +20,9 @@ AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_LIBOBJ_DIR([lib]) + + # really severe build strictness +-AM_INIT_AUTOMAKE([-Wall gnits 1.11.2]) ++#AM_INIT_AUTOMAKE([-Wall gnits 1.11.2]) + # Change to using into-in-builddir in the future: +-#AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14]) ++AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14]) + + # define things like _GNU_SOURCE appropriately + # From patch 2803433, request system extensions to generate 64-bit safe code |