aboutsummaryrefslogtreecommitdiff
path: root/core/dhcpcd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 14:46:24 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 14:46:24 +0300
commitd10f77b98663ff814fed1ab6bc54ab9649297c80 (patch)
tree371d66ae9e56e69d9c7f06fab7f8ce9dbbdd2bbe /core/dhcpcd/build
parent5d327cff92b68ce9c7cdc534fc7b7bbefc607dad (diff)
downloadrepository-d10f77b98663ff814fed1ab6bc54ab9649297c80.tar.gz
dhcpcd: move to extra
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"