Closed iamperson347 closed 6 years ago
Maybe it would be helpful when you can tell which configure options you used? Did you get the source from git? What I noticed while compiling it from git, sometimes it is useful to do an autoreconf twice:
$ git submodule update --init $ libtoolize -ci $ autoreconf -vfi $ ./configure $ autoreconf -vfim
[Edit: never heard of musl, I am sorry, you probably used CC=musl-gcc ./configure for building]
@iamperson347 Does attached patch help? 0001-Bugfix-399-Reinclude-linux-sysctl.h-in-getentropy_li.patch.gz
@wtoorop Yes - that fixed the issue. Thank you.
Hey everyone,
After trying to update the openwrt package to getdns1.4.2, I am receiving the following errors during compile. I've read that this is possibly an issue with musl?
(https://github.com/wahern/luaossl/issues/54)
Any suggestions as to how to fix this would be appreciated. I do have the ability to add "patches" to the openwrt builds if that makes sense for this particular issue (i.e. change something in one of the source files). Admittedly, I am not super knowledgeable when it comes to c.