Skip to content

configure: only check in the watt library if WATT_ROOT is set - #22380

Closed
rossburton wants to merge 1 commit into
curl:masterfrom
rossburton:watt
Closed

configure: only check in the watt library if WATT_ROOT is set#22380
rossburton wants to merge 1 commit into
curl:masterfrom
rossburton:watt

Conversation

@rossburton

Copy link
Copy Markdown
Contributor

Only look for gethostbyname in libwatt in $WATT_ROOT/lib if WATT_ROOT has actually been set. This avoids configure trying to search in /lib, which won't every succeed and can cause problems in cross builds which check that host paths are not being searched.

Only look for gethostbyname in libwatt in $WATT_ROOT/lib if WATT_ROOT
has actually been set.  This avoids configure trying to search in /lib,
which won't every succeed and can cause problems in cross builds which
check that host paths are not being searched.
@github-actions github-actions Bot added the build label Jul 23, 2026
@rossburton

Copy link
Copy Markdown
Contributor Author

Current master has similar failures so I don't think they're relevant.

@bagder bagder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable!

@bagder

bagder commented Jul 23, 2026

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in 0900565 Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants