From d10f77b98663ff814fed1ab6bc54ab9649297c80 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 14:46:24 +0300 Subject: dhcpcd: move to extra --- core/dhcpcd/build | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 core/dhcpcd/build (limited to 'core/dhcpcd/build') 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" -- cgit v1.2.3