summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/strata/openstack-services')
-rw-r--r--unmaintained/strata/openstack-services/sysfsutils.morph10
-rw-r--r--unmaintained/strata/openstack-services/tftp-hpa.morph5
2 files changed, 15 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"
diff --git a/unmaintained/strata/openstack-services/tftp-hpa.morph b/unmaintained/strata/openstack-services/tftp-hpa.morph
index d466d2d4..b8fab451 100644
--- a/unmaintained/strata/openstack-services/tftp-hpa.morph
+++ b/unmaintained/strata/openstack-services/tftp-hpa.morph
@@ -1,5 +1,10 @@
name: tftp-hpa
build-system: autotools
kind: chunk
+configure-commands:
+# There is an autogen.sh script in the tree which doesn't work,
+# so the default commands don't work here.
+- autoreconf -ivf
+- ./configure --prefix="%{prefix}"
install-commands:
- make INSTALLROOT="$DESTDIR" install