Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / shells / bash / pgrp-pipe-5.patch
blob71b397901cb085971e4eba8f4d2e109543d951a4
1 --- ./configure 2022-12-20 17:13:17.804045620 +0100
2 +++ ./configure-fixed 2022-12-20 17:16:00.444114824 +0100
3 @@ -21723,11 +21723,7 @@
4 solaris2*) LOCAL_CFLAGS=-DSOLARIS ;;
5 lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
6 linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
7 - case "`uname -r`" in
8 - 1.*|2.[0123]*) : ;;
9 - *) printf "%s\n" "#define PGRP_PIPE 1" >>confdefs.h
10 - ;;
11 - esac ;;
12 + printf "%s\n" "#define PGRP_PIPE 1" >>confdefs.h ;;
13 netbsd*|openbsd*) LOCAL_CFLAGS="-DDEV_FD_STAT_BROKEN" ;;
14 freebsd*|midnightbsd*) LOCAL_CFLAGS='-DHEREDOC_PIPESIZE=4096' ;;
15 *qnx[67]*) LOCAL_LIBS="-lncurses" ;;