-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
perl540: fix cross compilation #418640
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
Merged
+28
−2
Merged
perl540: fix cross compilation #418640
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| From f702c387e6940fab3801d7562a668b974a2b3a8f Mon Sep 17 00:00:00 2001 | ||
| From: Audrey Dutcher <audrey@rhelmot.io> | ||
| Date: Fri, 30 May 2025 12:29:54 -0700 | ||
| Subject: [PATCH] add d_fdopendir configuration | ||
|
|
||
| --- | ||
| cnf/configure_func.sh | 1 + | ||
| 1 file changed, 1 insertion(+) | ||
|
|
||
| diff --git a/cnf/configure_func.sh b/cnf/configure_func.sh | ||
| index 4c13e4c..b24fe03 100644 | ||
| --- a/cnf/configure_func.sh | ||
| +++ b/cnf/configure_func.sh | ||
| @@ -83,6 +83,7 @@ checkfunc d_fchmodat 'fchmodat' "0,NULL,0,0" 'unistd.h sys/stat.h' | ||
| checkfunc d_fchown 'fchown' "0,0,0" 'unistd.h' | ||
| checkfunc d_fcntl 'fcntl' "0,0" 'unistd.h fcntl.h' | ||
| checkfunc d_fdclose 'fdclose' "NULL,NULL" 'stdio.h' | ||
| +checkfunc d_fdopendir 'fdopendir' "0" 'dirent.h' | ||
| checkfunc d_ffs 'ffs' "0" 'strings.h' | ||
| checkfunc d_ffsl 'ffsl' "0" 'strings.h' | ||
| checkfunc d_fgetpos 'fgetpos' "NULL, 0" 'stdio.h' |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This overrides the patches above
nixpkgs/pkgs/development/interpreters/perl/interpreter.nix
Line 90 in a8b418a
ModuleBuild.:P
Making a PR