Add UIDS_AND_GIDS and global buildconf.
This commit is contained in:
parent
4f2712eabb
commit
91734b9455
2 changed files with 22 additions and 0 deletions
10
source/buildconf
Normal file
10
source/buildconf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Use ccache if available.
|
||||
CCACHE="$(command -v ccache)"
|
||||
[[ -n "$CCACHE" ]] && {
|
||||
BUILD_ALTCC="$CCACHE gcc"
|
||||
BUILD_ALTCXX="$CCACHE g++"
|
||||
}
|
||||
unset CCACHE
|
||||
|
||||
# Override default package store location.
|
||||
PKG_STORE='/data/slackware/repo/$DIST_OS_ID-$DIST_OS_VERSION_ID'
|
||||
Loading…
Add table
Add a link
Reference in a new issue