Update configure.ac

This adds hardening options to linking with `-Wl,-z,now`
This commit is contained in:
fmneto 2020-11-20 13:04:05 -03:00 committed by GitHub
parent c38f8ea16a
commit 67a612309f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ AC_PROG_CC
AC_PROG_INSTALL
STARFIGHTER_CPPFLAGS="-DVERSION=\\\"$PACKAGE_VERSION\\\""
STARFIGHTER_LDADD=""
STARFIGHTER_LDADD="-Wl,-z,now"
# Detect MacOS
AC_CANONICAL_HOST