1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev
e8d6e9d647 libnopoll: Fix compilation without deprecated OpenSSL APIs
Switched to codeload for simplicity and consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:11:57 -08:00
Eneas U de Queiroz
43a1c3ebe5 libnopoll: upgraded to version 0.4.6
Upgraded to support openssl 1.1.0.  This is the current stable release.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 15:15:27 -03:00
Florian Fainelli
a899a96f9e libnopoll: Fix clashes with sys/param.h and link with openssl
Some toolchains may automatically have sys/params.h which includes
isset() backport upstream commit
675ac7b4b64d398de8a61e9c713383b8c0d9071f to fix that. Also explicitly
link with openssl.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-07-02 20:51:17 -07:00