Modified several defaults and removed obsolete code from bldpkg.conf
This commit is contained in:
parent
17c70a05c1
commit
cdaaa1dde8
1 changed files with 4 additions and 9 deletions
13
bldpkg.conf
13
bldpkg.conf
|
@ -77,7 +77,7 @@ DISTCC_IO_TIMEOUT="1800"
|
||||||
# distcc manual for complete info. Must be defined in /etc/hosts unless they
|
# distcc manual for complete info. Must be defined in /etc/hosts unless they
|
||||||
# are an IP. Tip: Distcc by default will use only 2 cores on the local
|
# are an IP. Tip: Distcc by default will use only 2 cores on the local
|
||||||
# machine.
|
# machine.
|
||||||
DISTCC_HOSTS="--randomize localhost/2 host0/2,lzo"
|
DISTCC_HOSTS="localhost/2 host/2,lzo"
|
||||||
|
|
||||||
# Add sum total of the above CPU cores/threads or add your own count
|
# Add sum total of the above CPU cores/threads or add your own count
|
||||||
# prepended with "-j".
|
# prepended with "-j".
|
||||||
|
@ -101,7 +101,7 @@ nontmpfsdir="$parenttmp/sml"
|
||||||
# openssh-8.1-x86_64-1sml.tlz should be placed in. Again, should be outside
|
# openssh-8.1-x86_64-1sml.tlz should be placed in. Again, should be outside
|
||||||
# tmpfs dir. Also declared and defined in autobuild section file, so values
|
# tmpfs dir. Also declared and defined in autobuild section file, so values
|
||||||
# may differ. This is for manual builds.
|
# may differ. This is for manual builds.
|
||||||
pkgdest=${pkgdest:-$parenttmp/sml/packages/}
|
pkgdest="$parenttmp/sml/packages/"
|
||||||
|
|
||||||
# Whether you want to preserve the build directory which contains the extracted source,
|
# Whether you want to preserve the build directory which contains the extracted source,
|
||||||
# for example /tmp/sml/openssh.src/openssh-8.1. usetmpfs variable, if set to 1, will
|
# for example /tmp/sml/openssh.src/openssh-8.1. usetmpfs variable, if set to 1, will
|
||||||
|
@ -135,7 +135,6 @@ swapsize=2048000
|
||||||
# distcc directories
|
# distcc directories
|
||||||
CC="gcc"
|
CC="gcc"
|
||||||
CXX="g++"
|
CXX="g++"
|
||||||
export CC CXX
|
|
||||||
|
|
||||||
# Set CPU-specific compiler variables. Only aarch64 and x86_64 supported.
|
# Set CPU-specific compiler variables. Only aarch64 and x86_64 supported.
|
||||||
# https://github.com/sakaki-/gentoo-on-rpi-64bit/blob/master/reference/compile_run_benchmarks.sh
|
# https://github.com/sakaki-/gentoo-on-rpi-64bit/blob/master/reference/compile_run_benchmarks.sh
|
||||||
|
@ -185,11 +184,7 @@ protecteddirectories=( "/" "/bin" "/boot" "/dev" "/etc" "/home" "/include" \
|
||||||
|
|
||||||
# Whether to output application build status in HTML format. Set 1 to enable,
|
# Whether to output application build status in HTML format. Set 1 to enable,
|
||||||
# 0 to disable.
|
# 0 to disable.
|
||||||
htmloutput=1
|
htmloutput=0
|
||||||
|
|
||||||
# Invoke the audit daemon for logging write accesses to system directories
|
|
||||||
# outside the build and staging directory
|
|
||||||
useauditd=0
|
|
||||||
|
|
||||||
# Validate distcc, ccache and sccache depending on which compiler is enabled
|
# Validate distcc, ccache and sccache depending on which compiler is enabled
|
||||||
# globally above
|
# globally above
|
||||||
|
@ -199,5 +194,5 @@ validatecompilers=0
|
||||||
compilerverbosity=0
|
compilerverbosity=0
|
||||||
|
|
||||||
# Whether to prompt a user to resume a build if
|
# Whether to prompt a user to resume a build if
|
||||||
# $tmp/src/.$app.extraction.complete is found or to build the package from scratch
|
# $tmp/src/.$app-$version.extraction.complete is found or to build the package from scratch
|
||||||
autoresumepkgbuild=0
|
autoresumepkgbuild=0
|
||||||
|
|
Loading…
Reference in a new issue