]> git.pld-linux.org Git - packages/criu.git/blame - tests.patch
- release 2 (libbpf 1.0.x)
[packages/criu.git] / tests.patch
CommitLineData
a9349246
ER
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 @@
9f1a25f7
JP
4
5 fifo_upon_unix_socket01: CFLAGS += -DFIFO_UPON_UNIX01
a9349246
ER
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.118367 seconds and 4 git commands to generate.