X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fkernel%2FMakefile.am;h=35fe9e94ee53b5a01404ff23d92793a4ef834ee7;hb=6aec8e11daa4ddac37fa4faca2cea88ce500089e;hp=3ab6d75bde10c0704e96e4f27e2b892c9e89da9c;hpb=5e991afffd8f2198a333429f8ce3074844e97c1c;p=lttng-tools.git diff --git a/tests/regression/kernel/Makefile.am b/tests/regression/kernel/Makefile.am index 3ab6d75bd..35fe9e94e 100644 --- a/tests/regression/kernel/Makefile.am +++ b/tests/regression/kernel/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = test_event_basic test_all_events test_syscall \ noinst_PROGRAMS = select_poll_epoll select_poll_epoll_SOURCES = select_poll_epoll.c select_poll_epoll_LDADD = $(POPT_LIBS) -select_poll_epoll_CFLAGS = $(POPT_CFLAGS) -fno-stack-protector -D_FORTIFY_SOURCE=0 $(AM_CFLAGS) +select_poll_epoll_CFLAGS = $(POPT_CFLAGS) -fno-stack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 $(AM_CFLAGS) all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \