Change in gapk[master]: configure.ac: set -std=gnu11

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Jan 29 16:02:26 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/gapk/+/22463 )

Change subject: configure.ac: set -std=gnu11
......................................................................

configure.ac: set -std=gnu11

Change-Id: I7d4c4e1f3663e448c5d044ccb4bbd3e813898f23
---
M configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  daniel: Looks good to me, but someone else must approve
  lynxis lazus: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index 44a7cff..b16acc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@
 AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 LT_INIT([disable-static])
 
+CFLAGS="$CFLAGS -std=gnu11"
+
 # kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 

-- 
To view, visit https://gerrit.osmocom.org/c/gapk/+/22463
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Change-Id: I7d4c4e1f3663e448c5d044ccb4bbd3e813898f23
Gerrit-Change-Number: 22463
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210129/b347229a/attachment.htm>


More information about the gerrit-log mailing list