File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
15
15
fetchSubmodules = true ;
16
16
} ;
17
17
18
+ patches = [ ./glibc-2.26.patch ] ;
19
+
18
20
nativeBuildInputs = [ autoconf automake pkgconfig libtool check
19
21
bison git gettext gperf perl texinfo help2man ncurses
20
22
] ;
@@ -31,6 +33,8 @@ stdenv.mkDerivation rec {
31
33
make PREFIX=$out config
32
34
'' ;
33
35
36
+ enableParallelBuilding = true ;
37
+
34
38
meta = with stdenv . lib ; {
35
39
description = "The Directed Graph Shell" ;
36
40
homepage = http://www.dmst.aueb.gr/dds/sw/dgsh ;
Original file line number Diff line number Diff line change
1
+ diff --git a/core-tools/src/dgsh-httpval.c b/core-tools/src/dgsh-httpval.c
2
+ index 8b5dce3..7b43c3d 100644
3
+ --- a/core-tools/src/dgsh-httpval.c
4
+ +++ b/core-tools/src/dgsh-httpval.c
5
+ @@ -40,6 +40,7 @@
6
+ #include <sys/stat.h>
7
+ #include <unistd.h>
8
+ #include <stdlib.h>
9
+ + #include <stdint.h>
10
+ #include <stdio.h>
11
+ #include <string.h>
12
+ #include <ctype.h>
You can’t perform that action at this time.
0 commit comments