aboutsummaryrefslogtreecommitdiff
path: root/core/dhcpcd/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/dhcpcd/build')
-rwxr-xr-xcore/dhcpcd/build23
1 files changed, 0 insertions, 23 deletions
diff --git a/core/dhcpcd/build b/core/dhcpcd/build
deleted file mode 100755
index 83275995..00000000
--- a/core/dhcpcd/build
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh -e
-
-patch -p1 < fix-common-header.patch
-
-export CFLAGS="$CFLAGS -fPIC"
-export LDFLAGS="$LDFLAGS -static"
-
-./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --rundir=/run \
- --without-udev
-
-make
-make DESTDIR="$1" install
-
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
-ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
-
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sysmgr/dhcpcd"