Skip to content

Commit

Permalink
adding noexecstack flag hyperic#53
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhanyin committed Aug 27, 2024
1 parent b142e0a commit f682ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDES = @INCLUDES@

lib_LTLIBRARIES = libsigar.la

libsigar_la_LDFLAGS = $(SIGAR_LIBS)
libsigar_la_LDFLAGS = $(SIGAR_LIBS) -Wl,-z,noexecstack

libsigar_la_LIBADD = $(top_builddir)/src/os/@SRC_OS@/libsigar_os.la

Expand Down

0 comments on commit f682ca4

Please sign in to comment.