From 1dc54d0264a5aef46ea01b0c3d6935406b852b83 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Aug 2019 16:40:25 +0200 Subject: [PATCH] use System group in build environment --- Pmodules/libpbuild.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index 0bf6446..da9c91c 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -1220,6 +1220,7 @@ pbuild.build_module() { # :FIXME: this is a hack!!! # shouldn't this be set in the build-script? eval $( "${MODULECMD}" bash use Libraries ) + eval $( "${MODULECMD}" bash use System ) unset C_INCLUDE_PATH unset CPLUS_INCLUDE_PATH