~alpine/devel

2

[alpine-devel] initial commit of cjdns apk

Details
Message ID
<20140515203116.GA6834@ctrlc.hu>
Sender timestamp
1400185876
DKIM signature
missing
Download raw message

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140519161056.6db86c44@ncopa-desktop.alpinelinux.org>
In-Reply-To
<20140515203116.GA6834@ctrlc.hu> (view parent)
Sender timestamp
1400508656
DKIM signature
missing
Download raw message
On Thu, 15 May 2014 22:31:16 +0200
stef <l0ls0fo2i@ctrlc.hu> wrote:

> + 
> +-#if defined(linux) && !defined(__ILP32__) && !defined(android)
> ++#if defined(linux) && !defined(__ILP32__) && !defined(android) && defined(no_musl)
> +     Linker_require("crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c")

defined(no_musl) looks wrong... Why is it needed?

I applied as is, anyways

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140519162134.0de03ed7@ncopa-desktop.alpinelinux.org>
In-Reply-To
<20140519161056.6db86c44@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1400509294
DKIM signature
missing
Download raw message
On Mon, 19 May 2014 16:10:56 +0200
Natanael Copa <ncopa@alpinelinux.org> wrote:

> On Thu, 15 May 2014 22:31:16 +0200
> stef <l0ls0fo2i@ctrlc.hu> wrote:
> 
> > + 
> > +-#if defined(linux) && !defined(__ILP32__) && !defined(android)
> > ++#if defined(linux) && !defined(__ILP32__) && !defined(android) && defined(no_musl)
> > +     Linker_require("crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c")
> 
> defined(no_musl) looks wrong... Why is it needed?
> 
> I applied as is, anyways

Actually, I didn't apply it due to:

>>> cjdns: Fetching https://github.com/cjdelisle/cjdns/archive/master.zip
...
>>> cjdns: Checking sha512sums...
cjdns-master.zip: FAILED
sha512sum: WARNING: 1 of 1 computed checksums did NOT match
Because the remote file above failed the sha512sum check it will be deleted.
Rebuilding will cause it to re-download which in some cases may fix the
problem.


+source="${pkgname}-master.zip::https://github.com/cjdelisle/cjdns/archive/master.zip

You need put the versio number in there and use git tags. The master.zip will change for each download.

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)