Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
building-packages [2015/11/04 03:00] – add cpp sanity check error snacsnocbuilding-packages [2018/02/14 03:57] snacsnoc
Line 4: Line 4:
  
 <code> <code>
-export LDFLAGS="-static"+export LDFLAGS="-s"
 export C_INCLUDE_PATH=/include:/usr/include export C_INCLUDE_PATH=/include:/usr/include
  
Line 20: Line 20:
  
 <code> <code>
 +fbpkg install ucpp
 +ln -sf /usr/bin/ucpp /lib/cpp
 export CPPFLAGS="-I/include -I/usr/include" export CPPFLAGS="-I/include -I/usr/include"
 </code> </code>
 and recompile. and recompile.
  
 +**pkg-config**
  
 +Use pkgconf as a drop-in replacement instead, install via fbpkg
 +<code>
 +ln -sf /usr/bin/pkgconf /usr/bin/pkg-config
 +</code>
 +
 +**Notes**
  
 For non-native compilations (using the musl toolchain) set ''--host=i486-musl-linux'' and enable any static compilation options (such as CFLAGS="static").  For non-native compilations (using the musl toolchain) set ''--host=i486-musl-linux'' and enable any static compilation options (such as CFLAGS="static").