Fix cross compilation#108
Merged
Merged
Conversation
Member
|
Please fix the DCO issue |
76c5a43 to
aaeacfb
Compare
Member
|
Sorry that I lost track of this PR, if you want to rebase to current master and ping me when done I will merge it. |
Fixes Issue 106 (gssapi#106) modified: external/dinglibs.m4 A warning message is displayed to the user to make sure lib_ini_config supprts extenden INI_MS_DETECT, since the test cannot be run in a cross compilation scenario. modified: external/docbook.m4 Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test -e ..., as AC_CHECK_FILE is not available in cross compilation scenario. Signed-off-by: Sietse <sietse@wizdom.nu>
Author
|
Hi,
I forgot about it too 😊. You can pull the PR, it has been rebased.
…-Sietse
From: Simo Sorce ***@***.***>
Sent: Wednesday, 17 June 2026 15:01
To: gssapi/gssproxy ***@***.***>
Cc: Sietse van Zanen ***@***.***>; Author ***@***.***>
Subject: Re: [gssapi/gssproxy] Fix cross compilation (PR #108)
[https://avatars.githubusercontent.com/u/8332609?s=20&v=4]simo5 left a comment (gssapi/gssproxy#108)<#108 (comment)>
Sorry that I lost track of this PR, if you want to rebase to current master and ping me when done I will merge it.
—
Reply to this email directly, view it on GitHub<#108?email_source=notifications&email_token=AC3S6AOLVDQMXQJJZGIGHUL5AKJA7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZTGA2DINBTGI32M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4730444327>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3S6AP2J542YGV4GYIZMCL5AKJA7AVCNFSNUABFKJSXA33TNF2G64TZHMZDKNBUGQ2TSNRXHNEXG43VMU5TENRRGM4DSNJQGY2KC5QC>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Issue 106 (#106)
modified: external/dinglibs.m4
A warning message is displayed to the user to make sure lib_ini_config
supprts extenden INI_MS_DETECT, since the test cannot be run in a cross
compilation scenario.
modified: external/docbook.m4
Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test
-e ..., as AC_CHECK_FILE is not available in cross compilation scenario.