]> git.pld-linux.org Git - packages/criu.git/blob - tests.patch
up to 3.16
[packages/criu.git] / tests.patch
1 --- criu-2.5/test/zdtm/static/Makefile~ 2016-08-21 11:41:39.000000000 +0300
2 +++ criu-2.5/test/zdtm/static/Makefile  2016-08-21 11:41:42.142986535 +0300
3 @@ -402,6 +402,10 @@
4  
5  fifo_upon_unix_socket01:       CFLAGS += -DFIFO_UPON_UNIX01
6  
7 +# grantpt, etc troubles
8 +tty%:  override CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=int-conversion
9 +pty%:  override CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=int-conversion
10 +
11  $(LIB):        force
12         $(Q) $(MAKE) -C $(LIBDIR)
13  
This page took 0.066039 seconds and 3 git commands to generate.