From cdaaa1dde86cab024e7ded5bd62cc588a4d88787 Mon Sep 17 00:00:00 2001 From: PktSurf Date: Sun, 2 Apr 2023 09:06:36 +0530 Subject: [PATCH] Modified several defaults and removed obsolete code from bldpkg.conf --- bldpkg.conf | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/bldpkg.conf b/bldpkg.conf index bec04d8..8c9f537 100644 --- a/bldpkg.conf +++ b/bldpkg.conf @@ -77,7 +77,7 @@ DISTCC_IO_TIMEOUT="1800" # 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 # 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 # 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 # tmpfs dir. Also declared and defined in autobuild section file, so values # 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, # for example /tmp/sml/openssh.src/openssh-8.1. usetmpfs variable, if set to 1, will @@ -135,7 +135,6 @@ swapsize=2048000 # distcc directories CC="gcc" CXX="g++" -export CC CXX # 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 @@ -185,11 +184,7 @@ protecteddirectories=( "/" "/bin" "/boot" "/dev" "/etc" "/home" "/include" \ # Whether to output application build status in HTML format. Set 1 to enable, # 0 to disable. -htmloutput=1 - -# Invoke the audit daemon for logging write accesses to system directories -# outside the build and staging directory -useauditd=0 +htmloutput=0 # Validate distcc, ccache and sccache depending on which compiler is enabled # globally above @@ -199,5 +194,5 @@ validatecompilers=0 compilerverbosity=0 # 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