Commit f6ad0ec
Release Manager
gh-39063: PKG_CONFIG must be empty if not found
Followup to #38954, where I
followed the pkgconf documentation to set `PKG_CONFIG=false` if it is
not found. But Sage uses `"test -z $PKG_CONFIG"`, so it must instead be
set to empty.
This causes pkgconf not to be built if pkgconf/pkg-config is not found.
Which is basically only macOS.
URL: #39063
Reported by: Volker Braun
Reviewer(s):File tree
3 files changed
+4
-4
lines changed- build/pkgs/configure
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments