Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acinclude.m4: Include <stdlib.h> when using exit #1162

Merged
merged 1 commit into from
Mar 21, 2022
Merged

acinclude.m4: Include <stdlib.h> when using exit #1162

merged 1 commit into from
Mar 21, 2022

Conversation

ryandesign
Copy link
Contributor

Fixes:

conftest.c:124:33: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'

Fixes:

conftest.c:124:33: error: implicitly declaring library function 'exit'
with type 'void (int) __attribute__((noreturn))'
ryandesign added a commit to macports/macports-ports that referenced this pull request Mar 20, 2022
The previous 1.8.0 version of this port used an automatically generated
tarball. The git repository contains an outdated configure script and
associated files that were not updated for the 1.8.0 release so the
program misidentified itself as 1.7.2, among who knows how many other
unintended differences. By switching to the release tarball we pick up
the version number change and any other bugfixes or changes that the
developers made in configure.ac, m4 files, and Makefile.in files.

oetiker/rrdtool-1.x#1163

Also fix implicit declaration of functions in configure script.

oetiker/rrdtool-1.x#1162
@oetiker oetiker merged commit fe683a0 into oetiker:master Mar 21, 2022
@oetiker
Copy link
Owner

oetiker commented Mar 21, 2022

thanks

@ryandesign ryandesign deleted the patch-1 branch March 21, 2022 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants