-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
configure: non pkg-config fallback ignores custom CFLAGS and LIBS #94801
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
Comments
tiran
added a commit
to tiran/cpython
that referenced
this issue
Jul 14, 2022
tiran
added a commit
that referenced
this issue
Jul 15, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Jul 15, 2022
…pythonGH-94802). (cherry picked from commit 944ff8c) Co-authored-by: Christian Heimes <[email protected]>
tiran
added a commit
that referenced
this issue
Jul 18, 2022
…4802) (GH-94881) Co-authored-by: Christian Heimes <[email protected]>
@erlend-aasland is there anything left to do? I think we are done here. |
AFAICS, yes. Let's close it. If another issue surfaces, we can always open a new ticket, or just reopen this. |
tiran
added a commit
to tiran/cpython
that referenced
this issue
Jul 26, 2022
tiran
added a commit
that referenced
this issue
Jul 26, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Jul 26, 2022
pythonGH-95288). (cherry picked from commit 9af7f87) Co-authored-by: Christian Heimes <[email protected]>
ambv
pushed a commit
that referenced
this issue
Jul 27, 2022
…95288) (GH-95297) (cherry picked from commit 9af7f87) Co-authored-by: Christian Heimes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
In
configure.ac
we have several fallbacks when pkg-config is missing or a package does not provide a.pc
file. The fallbacks do not take custom cflags into account. For example the block forzlib
doesAC_CHECK_HEADERS([zlib.h])
andAC_CHECK_LIB([z])
without settingCFLAGS="$CFLAGS $ZLIB_CFLAGS"
first.The text was updated successfully, but these errors were encountered: