]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Set LLONG_MAX for C89 test.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 31 Aug 2023 13:02:35 +0000 (23:02 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 31 Aug 2023 13:02:35 +0000 (23:02 +1000)
commitff3eda68ceb2e2bb8f48e3faceb96076c3e85c20
treeb1f47cb719348c5f10523e12d84c13323cef9081
parentf98031773db361424d59e3301aa92aacf423d920
Set LLONG_MAX for C89 test.

If we don't have LLONG_MAX, configure will figure out that it can get it
by setting -std=gnu99, at which point we won't be testing C89 any more.
To avoid this, feed it in via CFLAGS.
.github/configs