From 490015b1688dbf9f63b42500aaf40a9ee1d36977 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 24 May 2018 12:27:12 +0200 Subject: [PATCH] cronie: Run autoconf configure is not supplied by the package, so bee will use the build type autogen instead auf autotools. The autogen build type just runs autogen.sh with all the configuration options. It is assumed, that autogen.sh accept these options and runs all autoconf and configure steps as required, Generally this can't be expected and specifically this is not true for cronie. For one, some auxicliary files are missing (which can be created by autoreconf -i). Second, the config parameters need to be passed to configure not to autogen. Run `autoreconf -i` in bee_patch. Because this generates `configure`, the bee buildtype will be switched to autotools. --- cronie.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cronie.be0 b/cronie.be0 index 7d0f95b5a..047452dee 100755 --- a/cronie.be0 +++ b/cronie.be0 @@ -43,9 +43,10 @@ build_in_sourcedir # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + start_cmd autoreconf -i +} mee_configure() { bee_configure --with-pam