diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 12:02:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 12:02:26 +0000 |
commit | e8c863cd6bce62b9661ed084de7589af895c7739 (patch) | |
tree | 77694c89074556086476796bc5ac325c9e4fdb43 /check-0.11.0-info-in-builddir.patch | |
parent | ffbff5e2acebbe15e564ec7883c1e3fb2fa14bfb (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 |