From 6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 23 Nov 2017 17:36:18 +0000 Subject: Fix elements where we can't run autoreconf BuildStream changed its defaults in be08caa06d6b8ba780aa so that autoreconf always runs. A few components need fixing as a result, mostly those which were not correctly depending on autotools --- unmaintained/strata/openstack-services/sysfsutils.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 unmaintained/strata/openstack-services/sysfsutils.morph (limited to 'unmaintained/strata/openstack-services/sysfsutils.morph') diff --git a/unmaintained/strata/openstack-services/sysfsutils.morph b/unmaintained/strata/openstack-services/sysfsutils.morph new file mode 100644 index 00000000..2f388a32 --- /dev/null +++ b/unmaintained/strata/openstack-services/sysfsutils.morph @@ -0,0 +1,10 @@ +name: sysfsutils +kind: chunk + +build-system: autotools + +configure-commands: +# Rerunning autoreconf requires on something to provide the AC_CHECK_KLIBC +# autoconf macro, which we don't have for whatever reason. So use the +# embedded configure script. +- ./configure --prefix="$PREFIX" -- cgit v1.2.1