summaryrefslogtreecommitdiff
path: root/unmaintained/strata/networking-utils/iproute2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/strata/networking-utils/iproute2.morph')
-rw-r--r--unmaintained/strata/networking-utils/iproute2.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/unmaintained/strata/networking-utils/iproute2.morph b/unmaintained/strata/networking-utils/iproute2.morph
new file mode 100644
index 00000000..7ba04db6
--- /dev/null
+++ b/unmaintained/strata/networking-utils/iproute2.morph
@@ -0,0 +1,10 @@
+name: iproute2
+kind: chunk
+build-commands:
+# arpd binary is dependent on Berkeley DB, which is licensed by Oracle
+# as arpd is not needed for Openstack systems, arpd will not be compiled
+# or installed.
+- sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
+- make
+install-commands:
+- DESTDIR="$DESTDIR" PREFIX="$PREFIX" make install