Hi Martin, On Sun, 6 Oct 2019 21:48:26 +0200 "Schanzenbach, Martin" <[email protected]> wrote:
> Seems to me like this is a staged package install for gnunet into
> some kind of prefix (in this
> case /builds/kdaudt/aports/testing/gnunet/pkg/gnunet/). while the
> _actual_ prefix you provide in the configure is different (/usr/)
> This apparently confuses ld because it cannot find the libraries (for
> the plugins).
This is okay as it is the standard way to do this in alpine packaging.
Other packages do the same, and in fact this works on my machine, but
not on the CI.
> you could try adding LDFLAGS to the make install:
>
> make DESTDIR="$pkgdir" LDFLAGS="${LDFLAGS} -L$pkgdir/usr/lib" install
>
> (off the top of my head, YMMV)
>
> or maybe add them to the configure
>
> ./configure --prefix=/usr ..blabla.. LDFLAGS="${LDFLAGS}
> -L$pkgdir/usr/lib"
Thanks for your ideas, I'll wait for the next response and maybe try
this out.
Greets,
xrs
pgp7s3s2mQcPq.pgp
Description: OpenPGP digital signature
_______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
