<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;"><div><div><div style="font-family: arial, sans-serif;font-size: 13px">Hello,<br><br>When trying to build dnsmasq version 2.79 falls out with an error:<br><br>cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -DHAVE_DBUS -DHAVE_LIBIDN2 -DHAVE_DNSSEC -DVERSION='"2.79"' -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -c crypto.c<br>crypto.c:25:26: fatal error: nettle/eddsa.h: No such file or directory<br>#include <nettle/eddsa.h><br>^<br>compilation terminated.<br>make[1]: *** [crypto.o] Error 1<br>make[1]: Leaving directory `/home/roman/BUILD_ROOT/BUILD/dnsmasq-2.79/src'<br>make: *** [all] Error 2<br><br>In Centos 7 last version of nettle:<br><br>$ rpm -qi nettle<br>Name : nettle<br>Version : 2.7.1<br>Release : 8.el7<br><br>Dnsmasq required nettle >=3.<br><br>But the build of this version nettle for Centos 7 breaks the dependencies of the rest of the distribution packages, making it impossible to update them.<br>Is it possible to build a package with the old library?<br><br><br><signature>-<br>Roman Dmitriev<br>mailto: <a target="_blank" rel="external nofollow noopener noreferrer" tabindex="-1" href="mailto:rnd@rajven.ru">rnd@rajven.ru</a></signature> </div></div></div></div></body></html>