Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Safonov <dima@arista.com>2019-05-18 01:53:06 +0300
committerAndrei Vagin <avagin@gmail.com>2019-09-07 15:59:50 +0300
commit3dc4034d00b52a0cdab9d730f1190d81c9fc1130 (patch)
tree44a0f86a974ace17a8205d6139d0e76db7869862 /compel/Makefile
parenta989c6add06120285cb9edc5020ea5ed27f1a0ac (diff)
compel: Don't use CFLAGS_PIE for libcompel.so
It's needed for PIEs, but not for the library. It comes earlier than commit 61e6c01d0964, but I don't see the point. Regardles, I'm a bit afraid to break s390, hopefully testing covers the platform. This and the next one "make: Move CR_NOGLIBC into CFLAGS_PIE" should be reverted/dropped from criu-dev if they turn to be breaking something. Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com> Reviewed-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Dmitry Safonov <dima@arista.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'compel/Makefile')
-rw-r--r--compel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/compel/Makefile b/compel/Makefile
index 45736f29e..de9318c42 100644
--- a/compel/Makefile
+++ b/compel/Makefile
@@ -11,7 +11,6 @@ ccflags-y += -iquote compel/arch/$(ARCH)/src/lib/include
ccflags-y += -iquote compel/include
ccflags-y += -fno-strict-aliasing
ccflags-y += -fPIC
-ccflags-y += $(CFLAGS_PIE)
ldflags-y += -r
#