]> git.pld-linux.org Git - packages/criu.git/blame - cc-quote.patch
up to 2.4
[packages/criu.git] / cc-quote.patch
CommitLineData
5c2bc50e
ER
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.083424 seconds and 4 git commands to generate.