xbps
xbps copied to clipboard
build: don't build or install shared objects when doing a static build.
With this PR and #353 , I can build XBPS with cproc (have to use --enable-static when configuring).
This also allows us to simplify the xbps-static template.
EDIT: not entirely true, also requires removing the -pthread flag.