On Fri, 29 Jan 2016 13:39:41 +0200
Valery Kartel <valery.kartel_at_gmail.com> wrote:
> ---
> main/dhcpcd-dbus/APKBUILD | 24 +++++++++++++++---------
> main/dhcpcd-dbus/strverscmp.patch | 21 +++++++++++++++++++++
> 2 files changed, 36 insertions(+), 9 deletions(-)
> create mode 100644 main/dhcpcd-dbus/strverscmp.patch
>
...
> +++ b/main/dhcpcd-dbus/strverscmp.patch
> _at_@ -0,0 +1,21 @@
> +--- old/dhcpcd.c
> ++++ new/dhcpcd.c
> +_at_@ -664,8 +664,7 @@
> + return list;
> + }
> +
> +-#ifndef __GLIBC__
> +-/* Good enough for our needs */
> ++/*
> + static int
> + strverscmp(const char *s1, const char *s2)
> + {
> +_at_@ -687,7 +686,7 @@
> + return r;
> + return s1part - s2part;
> + }
> +-#endif
> ++*/
This does not look like the correct fix. What does upstream say about
this?
-nc
> +
> + void
> + dhcpcd_init(_unused void *data)
-nc
---
Unsubscribe: alpine-aports+unsubscribe_at_lists.alpinelinux.org
Help: alpine-aports+help_at_lists.alpinelinux.org
---
Received on Tue Feb 02 2016 - 15:42:40 GMT