From d4ceadbc3b0417bc442318e67c963a64ccb7855b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 29 Oct 2020 18:35:14 +0100 Subject: [PATCH] erlang-otp: Force build type and build inside source directory --- erlang-otp.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erlang-otp.be0 b/erlang-otp.be0 index eba76591c..8a12b180c 100755 --- a/erlang-otp.be0 +++ b/erlang-otp.be0 @@ -6,10 +6,12 @@ SRCURL[0]="https://erlang.org/download/otp_src_${PKGVERSION}.tar.gz" # PATCHURL+=() -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src +BEE_BUILDTYPE=autotools + #mee_extract() { # bee_extract "${@}" #}