3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146597 from trofi/fix-trafficserver-for-ncurses-6.3

trafficserver: pull upstream fix for ncurses-6.3
This commit is contained in:
Bobby Rong 2021-11-21 11:38:08 +08:00 committed by GitHub
commit 2dda994251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/apache/trafficserver/commit/19d3af481cf74c91fbf713fc9d2f8b138ed5fbaf.diff";
sha256 = "0z1ikgpp00rzrrcqh97931586yn9wbksgai9xlkcjd5cg8gq0150";
})
# Fix build against ncurses-6.3:
# https://github.com/apache/trafficserver/pull/8437
(fetchpatch {
url = "https://github.com/apache/trafficserver/commit/66c86c6b082903a92b9db33c60e3ed947e77d540.patch";
sha256 = "1hgpp80xnnjr4k5i6gcllrb7dw4q4xcdrkwxpc1xk2np5cbyxd16";
})
];
# NOTE: The upstream README indicates that flex is needed for some features,