From: Robert Swiecki Date: Thu, 26 Oct 2017 23:53:05 +0000 (+0200) Subject: Makefile: remove relro,now as it doesn't allow to compile under some archs X-Git-Tag: 2.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca705b4fea7b2808dbb21d018c5e50f85def5bf2;p=platform%2Fupstream%2Fnsjail.git Makefile: remove relro,now as it doesn't allow to compile under some archs --- diff --git a/Makefile b/Makefile index 85772f2..2bb7de2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ CFLAGS += $(COMMON_FLAGS) \ -std=gnu11 CXXFLAGS += $(COMMON_FLAGS) $(shell pkg-config --cflags protobuf) \ -std=c++11 -Wno-unused -Wno-unused-parameter -LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie -Wl,-z,noexecstack -lpthread $(shell pkg-config --libs protobuf) +LDFLAGS += -pie -Wl,-z,noexecstack -lpthread $(shell pkg-config --libs protobuf) BIN = nsjail LIBS = kafel/libkafel.a