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

Makefile.mk: fixup enabling libidn2 #14421

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Aug 6, 2024

Replicate the method used by autotools and cmake to enable libidn2.
This way lib/curl_setup.h sets USE_LIBIDN2 automatically.

Before this patch, USE_LIBIDN2 was enabled directly, shortcutting
internal logic prioritizing IDN backends.

(This is academic now because Makefile.mk no longer supports
other IDN backends. But still useful for clarity.)

Closes #14421

Replicate the method used by autotools and cmake to enable libidn2.
This way `lib/curl_setup.h` sets `USE_LIBIDN2` automatically.

Before this patch, `USE_LIBIDN2` was enabled directly, shortcutting
internal logic prioritizing IDN backends.

(This is academic now because `Makefile.mk` no longer supports
other IDN backends. But still useful for clarity.)

Closes #xxxxx
@vszakats vszakats added build name lookup DNS and related tech labels Aug 6, 2024
@vszakats vszakats closed this in 7b1c0ab Aug 6, 2024
@vszakats vszakats deleted the mk-idn2-fixup branch August 6, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build name lookup DNS and related tech
Development

Successfully merging this pull request may close these issues.

1 participant