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 +++++- core/dhcpcd/checksums | 2 +- core/dhcpcd/depends | 1 + core/dhcpcd/sources | 2 +- core/dhcpcd/version | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 core/dhcpcd/depends 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 diff --git a/core/dhcpcd/checksums b/core/dhcpcd/checksums index ee73818f..fc3dc686 100644 --- a/core/dhcpcd/checksums +++ b/core/dhcpcd/checksums @@ -1,3 +1,3 @@ -00232ce388ec5ca287153cefc239ee996718bdfcc93873899a063205229b2363 dhcpcd-9.1.0.tar.gz +e21e13d581862a07ce6a204b164b8dee0f374bcdb24c4868e7582be82165f42e dhcpcd-9.1.1.tar.gz 533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run 954aaf3c0182eae030e4df8c85b3e566de6fb97b899433e24f2ab54bd365a105 fix-common-header.patch diff --git a/core/dhcpcd/depends b/core/dhcpcd/depends new file mode 100644 index 00000000..1f97bc3a --- /dev/null +++ b/core/dhcpcd/depends @@ -0,0 +1 @@ +linux-headers make diff --git a/core/dhcpcd/sources b/core/dhcpcd/sources index b7fb2943..d1535310 100644 --- a/core/dhcpcd/sources +++ b/core/dhcpcd/sources @@ -1,3 +1,3 @@ -https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.0.tar.gz +https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.1.tar.gz files/dhcpcd.run patches/fix-common-header.patch diff --git a/core/dhcpcd/version b/core/dhcpcd/version index f6e1c249..5be13cc7 100644 --- a/core/dhcpcd/version +++ b/core/dhcpcd/version @@ -1 +1 @@ -9.1.0 1 +9.1.1 1 -- cgit v1.2.3