libevent: drop openssl static linking workaround
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 9 Feb 2017 10:29:52 +0000 (11:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 9 Feb 2017 14:02:12 +0000 (15:02 +0100)
commit125dd2d1198a5ba25b1865d58ef649cfa5c4e84f
tree1dcd701e1aa69e595fedc8e5141655c4d9882e04
parent1de31b0a67fac403944fe26897d0b0cf0b24f7d5
libevent: drop openssl static linking workaround

Commit f29bb169cf (libevent: fix openssl detection when statically linking)
forced libevent to link against zlib when statically linking against openssl
as the configure script failed to do this.

Since then libevent has been bumped, and it now uses pkg-config to figure
out how to link with openssl, so ensure pkg-config is available and drop the
now-unneeded workaround.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libevent/libevent.mk