--- freem/src/Makefile.am 2025/04/13 04:22:43 1.14 +++ freem/src/Makefile.am 2025/05/14 15:30:07 1.17 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.14 2025/04/13 04:22:43 snw Exp $ +# $Id: Makefile.am,v 1.17 2025/05/14 15:30:07 snw Exp $ # automake rules for main body of FreeM source code # # @@ -24,6 +24,15 @@ # along with FreeM. If not, see . # # $Log: Makefile.am,v $ +# Revision 1.17 2025/05/14 15:30:07 snw +# Return build configuration to default +# +# Revision 1.16 2025/05/12 14:26:15 snw +# Revert bad change in shared memory manager +# +# Revision 1.15 2025/04/13 04:33:35 snw +# Remove -Wall -Wextra -pedantic -D_FORTIFY_SOURCE=1 +# # Revision 1.14 2025/04/13 04:22:43 snw # Fix snprintf calls # @@ -59,8 +68,8 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # -AM_CFLAGS = -fsigned-char -Wall -Wextra -pedantic -AM_CPPFLAGS = -DHACK_NOXLATE -D_FORTIFY_SOURCE=1 -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\" +AM_CFLAGS = -fsigned-char +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 \ fma_journals.h fma_locks.h fma_routines.h freem.h iftab.h iniconf.h \