mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
5b6bd8459f
The new 'verify' component facilitates the code of GnuPG to verify detached OpenPGP signatures against public keys. Since GnuPG depends on libgcrypt and libgpg-error, the patch adds these libraries to the libports repository. Fixes #2640
2 lines
65 B
Makefile
2 lines
65 B
Makefile
INC_DIR += $(call select_from_ports,libgcrypt)/include/libgcrypt
|