logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: ea08d65b07e7c6928ac5122d2de378dc9c37aac9
parent 560f7fdfbe1a5876a6a685d8db01c3d886628315
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  6 Apr 2025 04:43:26 +0200

profile/base/make.defaults: set ac_cv_path_mkdir=mkdir

Diffstat:

Mprofiles/base/make.defaults4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults @@ -29,3 +29,7 @@ L10N="en en-US en-GB fr fr-CA ja is jbo de de-DE ru br" # profiles/desc/l10n.des EGIT_CLONE_TYPE="shallow" # --depth=1 CMAKE_MAKEFILE_GENERATOR="ninja" NINJA="samu" + +# This way it doesn't ends up filtering only to GNU or BusyBox +# implementations, while it's due to a Solaris 10 bug (racy mkdir -p) +ac_cv_path_mkdir="mkdir"