summaryrefslogtreecommitdiff
path: root/strata/networking-utils/iproute2.morph
blob: 7ba04db6e53d186d58eea9c28d07a6f1792aab19 (plain)
1
2
3
4
5
6
7
8
9
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