diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:06 +0300 |
commit | 5d327cff92b68ce9c7cdc534fc7b7bbefc607dad (patch) | |
tree | 391c87c35987ba89e580421b255b9269dd16ec0e /core | |
parent | 64d01a482cf80a28ff012cf8fac03c6085deefcf (diff) | |
download | repository-5d327cff92b68ce9c7cdc534fc7b7bbefc607dad.tar.gz |
dhcpcd: bump to 9.1.1
Diffstat (limited to 'core')
-rwxr-xr-x | core/dhcpcd/build | 6 | ||||
-rw-r--r-- | core/dhcpcd/checksums | 2 | ||||
-rw-r--r-- | core/dhcpcd/depends | 1 | ||||
-rw-r--r-- | core/dhcpcd/sources | 2 | ||||
-rw-r--r-- | core/dhcpcd/version | 2 |
5 files changed, 9 insertions, 4 deletions
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 |