From 5d327cff92b68ce9c7cdc534fc7b7bbefc607dad Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 14:46:06 +0300 Subject: dhcpcd: bump to 9.1.1 --- core/dhcpcd/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/dhcpcd/build') diff --git a/core/dhcpcd/build b/core/dhcpcd/build index dc88fb1f..83275995 100755 --- a/core/dhcpcd/build +++ b/core/dhcpcd/build @@ -2,11 +2,15 @@ patch -p1 < fix-common-header.patch +export CFLAGS="$CFLAGS -fPIC" +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ - --rundir=/run + --rundir=/run \ + --without-udev make make DESTDIR="$1" install -- cgit v1.2.3