Commit Graph

4 Commits

Author SHA1 Message Date
Daiki Ueno 132ca55335
nettle: Avoid calling realpath on non-existing path (#6484)
This is a fix-up of commit f369375419.
During simplification I misused realpath: after a clean checkout,
PREFIX/lib would not exist yet and thus realpath fails.
2021-09-18 15:17:00 +01:00
Daiki Ueno f369375419
nettle: Use default focal image (#6482)
* nettle: Use fixed --libdir

When building with autoconf 2.69 in Ubuntu 20.04, the build script
fails to detect the library installation location:

  + export LIBNETTLE_A_PATH=
  + LIBNETTLE_A_PATH=
  ++ realpath ../nettle-with-libgmp-install/lib/libhogweed.a
  realpath: ../nettle-with-libgmp-install/lib/libhogweed.a: No such file or directory

Instead of guessing where the static libraries are installed, this
patch makes it always installed in the same location.

* nettle: Use default focal image
2021-09-18 12:06:58 +01:00
Guido Vranken 24f263f32d
[cryptofuzz, nettle] Update Botan library path (#4616) 2020-11-07 07:33:46 -08:00
Guido Vranken 5aee8e4e76
[nettle] Add project (#4578)
* [nettle] Add project

* [nettle] Fix language field in project.yaml
2020-10-29 22:09:09 -07:00