]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/freebsd-without-c99-only-build'
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Jan 2022 00:02:23 +0000 (16:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Jan 2022 00:02:23 +0000 (16:02 -0800)
commit0330edb239c2482739329f5182de89a9580868ad
treec88c3b6237a7ba294d2c39205e2b0ad8ce616250
parentb56bd95bbc8f716cb8cbb5fdc18b9b0f00323c6a
parent2b95d94b056ab3fd01f493f116381a3cd43c3433
Merge branch 'jc/freebsd-without-c99-only-build'

FreeBSD 13.0 headers have unconditional dependency on C11 language
features, and adding -std=gnu99 to DEVELOPER_CFLAGS would just
break the developer build.

* jc/freebsd-without-c99-only-build:
  Makefile: FreeBSD cannot do C99-or-below build