version 1.12, 2025/04/12 00:42:07
|
version 1.13, 2025/04/12 00:54:17
|
Line 24
|
Line 24
|
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# |
# |
# $Log$ |
# $Log$ |
|
# Revision 1.13 2025/04/12 00:54:17 snw |
|
# Set -fno-stack-protector and -fno-mudflap where available, and set _FORTIFY_SOURCE to 0 everywhere |
|
# |
# Revision 1.12 2025/04/12 00:42:07 snw |
# Revision 1.12 2025/04/12 00:42:07 snw |
# Remove -Wall and all supporting directives |
# Remove -Wall and all supporting directives |
# |
# |
Line 54
|
Line 57
|
# |
# |
|
|
AM_CFLAGS = -fsigned-char #-Wall |
AM_CFLAGS = -fsigned-char #-Wall |
AM_CPPFLAGS = -DHACK_NOXLATE -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\" |
AM_CPPFLAGS = -DHACK_NOXLATE -D_FORTIFY_SOURCE=0 -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\" |
|
|
freem_headers = config.h errmsg.h events.h fmadm.h fma_globals.h fma_jobs.h \ |
freem_headers = config.h errmsg.h events.h fmadm.h fma_globals.h fma_jobs.h \ |
fma_journals.h fma_locks.h fma_routines.h freem.h iftab.h iniconf.h \ |
fma_journals.h fma_locks.h fma_routines.h freem.h iftab.h iniconf.h \ |