From 280167543d4ca552084a9c1b4859bac601fcb6d4 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 22 Jan 2018 12:12:51 -0800 Subject: Stub out execstack problem --- elf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elf/Makefile b/elf/Makefile index ccd4dfe..e460587 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -306,7 +306,9 @@ tests-pie += vismain CFLAGS-vismain.c += $(PIE-ccflag) endif endif +ifneq ($(with-clang),yes) modules-execstack-yes = tst-execstack-mod +endif extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) # filtmod1.so has a special rule -- cgit v1.1