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, 0 insertions, 10 deletions
diff --git a/unmaintained/strata/networking-utils/iproute2.morph b/unmaintained/strata/networking-utils/iproute2.morph
deleted file mode 100644
index 7ba04db6..00000000
--- a/unmaintained/strata/networking-utils/iproute2.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-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