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

gensio: add patch with workaround for buildbots (refs #24047) #24081

Merged
merged 1 commit into from
May 5, 2024

Conversation

mhei
Copy link
Member

@mhei mhei commented May 4, 2024

Maintainer: @WereCatf
Compile tested: Raspberry Pi
Run tested: -

Description:

This should solve the issue found on the buildbots:

-snip-
...
checking consistency of all components of python development environment... yes ./configure: line 24172: test: =: unary operator expected checking for pam_start in -lpam... (cached) no
...
-snap-

For still unknown reason, AX_PYTHON_DEVEL from the included m4 file is not used which would set the variable the correct way.

This should solve the issue found on the buildbots:

-snip-
...
checking consistency of all components of python development environment... yes
./configure: line 24172: test: =: unary operator expected
checking for pam_start in -lpam... (cached) no
...
-snap-

For still unknown reason, AX_PYTHON_DEVEL from the included
m4 file is not used which would set the variable the correct way.

Signed-off-by: Michael Heimpold <[email protected]>
@mhei mhei mentioned this pull request May 4, 2024
@mhei mhei merged commit 7410fe8 into openwrt:master May 5, 2024
11 of 12 checks passed
@mhei mhei deleted the fix-buildbots-for-gensio branch May 5, 2024 14:17
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.

1 participant