Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
building-packages [2015/11/04 03:00] – add cpp sanity check error snacsnoc | building-packages [2022/12/19 05:06] (current) – snacsnoc | ||
---|---|---|---|
Line 4: | Line 4: | ||
< | < | ||
- | export LDFLAGS=" | + | export LDFLAGS=" |
export C_INCLUDE_PATH=/ | export C_INCLUDE_PATH=/ | ||
Line 20: | Line 20: | ||
< | < | ||
+ | fbpkg install ucpp | ||
+ | ln -sf / | ||
export CPPFLAGS=" | export CPPFLAGS=" | ||
</ | </ | ||
and recompile. | and recompile. | ||
+ | **pkg-config** | ||
+ | Use pkgconf as a drop-in replacement instead, install via fbpkg | ||
+ | < | ||
+ | ln -sf / | ||
+ | </ | ||
+ | |||
+ | **Notes** | ||
For non-native compilations (using the musl toolchain) set '' | For non-native compilations (using the musl toolchain) set '' | ||
Line 30: | Line 39: | ||
As well, for either types of builds setting '' | As well, for either types of builds setting '' | ||
- | A mirror of all the packages tars are available here: http:// | + | A mirror of all the packages tars are available here: http:// |