Skip to content

Commit

Permalink
fedora-34: add gmp-devel
Browse files Browse the repository at this point in the history
Fixes:
46.99 swtpm_localca.c:27:10: fatal error: gmp.h: No such file or directory
46.99    27 | #include <gmp.h>
46.99       |          ^~~~~~~

Signed-off-by: Bill Roberts <[email protected]>
  • Loading branch information
williamcroberts committed Feb 15, 2024
1 parent ff36691 commit a4d8bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedora-34.docker.m4
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN dnf -y install \
json-glib-devel \
libusb-devel \
libftdi-devel \
python3-devel
python3-devel \
gmp-devel

include(`pip3.m4')
include(`autoconf.m4')
Expand Down

0 comments on commit a4d8bae

Please sign in to comment.