]> git.pld-linux.org Git - packages/criu.git/blob - cc-quote.patch
up to 2.4
[packages/criu.git] / cc-quote.patch
1 --- criu-2.4/criu/Makefile~     2016-08-21 10:55:35.000000000 +0300
2 +++ criu-2.4/criu/Makefile      2016-08-21 10:55:36.728867281 +0300
3 @@ -48,7 +48,7 @@
4          ifneq ($(shell sh -c                                                            \
5                          'TMP="$(OUTPUT)$(TMPOUT).$$$$";                                 \
6                          echo "int main(int argc, char *argv[]) { return 0; }" |         \
7 -                        "$(CC)" -x c - $(LIBS) -o "$$TMP" > /dev/null 2>&1 && echo y;   \
8 +                        $(CC) -x c - $(LIBS) -o "$$TMP" > /dev/null 2>&1 && echo y;   \
9                          rm -f "$$TMP"'),y)
10                  $(warning "Couldn't find some of the required libraries")
11                  $(warning "Make sure the following packages are installed")
This page took 0.084456 seconds and 3 git commands to generate.