Merge pull request #6461 from heitbaum/make43

make: update command line patch not to touch configure.ac
This commit is contained in:
CvH 2022-05-05 11:49:57 +02:00 committed by GitHub
commit a1b6445891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,25 +35,11 @@ headers
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688601
[2] https://savannah.gnu.org/bugs/?45763#comment2
---
configure.ac | 2 +-
src/job.c | 52 +++++++++++++++++++++++-
tests/scripts/features/long_command_line | 30 ++++++++++++++
3 files changed, 82 insertions(+), 2 deletions(-)
2 files changed, 81 insertions(+), 1 deletions(-)
create mode 100644 tests/scripts/features/long_command_line
diff --git a/configure.ac b/configure.ac
index 960991c..32c6894 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_HEADER_STAT
AC_HEADER_TIME
AC_CHECK_HEADERS([stdlib.h locale.h unistd.h limits.h fcntl.h string.h \
memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h \
- sys/select.h sys/file.h spawn.h])
+ sys/select.h sys/file.h spawn.h sys/user.h linux/binfmts.h])
AM_PROG_CC_C_O
AC_C_CONST
diff --git a/src/job.c b/src/job.c
index 3bcec38..734c591 100644
--- a/src/job.c