summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services/sysfsutils.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-23 17:36:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-12-04 11:49:55 +0000
commit6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd (patch)
treeffcad27bfa7d4bc7470ce8683caff92a28f03843 /unmaintained/strata/openstack-services/sysfsutils.morph
parent028a6c319204755de025e2ac4523d383bfc75a48 (diff)
downloaddefinitions-6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd.tar.gz
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
Diffstat (limited to 'unmaintained/strata/openstack-services/sysfsutils.morph')
-rw-r--r--unmaintained/strata/openstack-services/sysfsutils.morph10
1 files changed, 10 insertions, 0 deletions
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"