From a8bebd0b4c303b81edb8d59a9d8dce9f6adae5a5 Mon Sep 17 00:00:00 2001 From: Sungguk Na Date: Tue, 18 Jan 2022 17:55:20 +0900 Subject: [PATCH] Adapt ASLR to ltrace Change-Id: I25ea5bd80e9844e8dbe514267962923c1db3f724 Signed-off-by: Sungguk Na --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6ab11f5..160054a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,9 @@ bin_PROGRAMS = \ ltrace_SOURCES = \ main.c +ltrace_CFLAGS = -fPIE +ltrace_LDFLAGS = -pie + ltrace_LDADD = \ libltrace.la -- 2.7.4