From 160c053dcba5d9eab780ff27eabb5a7619c75cd7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 21 Feb 2023 15:33:34 +0100 Subject: [PATCH] procps-ng: Build in separate directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed, when building the source from the GitLab release archive. `autogen.sh` needs to be run in `mee_patch_post()` to generate `configure`. But it does not execute the configure script itself, which is not supported by bee’s build type for `autogen.sh`. The release archives from SourceForge already ship the configure script, and it builds outside the source directory without problems. --- procps-ng.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procps-ng.be0 b/procps-ng.be0 index f52ef8c1d..b85c8db33 100755 --- a/procps-ng.be0 +++ b/procps-ng.be0 @@ -10,7 +10,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/22b287bcd758831cbaf3356cd3054fe7/procps # PATCHURL+=() -build_in_sourcedir +# build_in_sourcedir # sourcesubdir_append src