Skip to content
Snippets Groups Projects
Verified Commit 3887f71b authored by syphyr's avatar syphyr Committed by Hans-Christoph Steiner
Browse files

Update to libevent 2.1.12

Fix oppenssl not found issue during configure of libevent 2.1.12 by
adding LDFLAGS and CFLAGS
parent e8fd3909
Branches
No related tags found
1 merge request!2update upstream
...@@ -171,6 +171,8 @@ openssl-clean: ...@@ -171,6 +171,8 @@ openssl-clean:
libevent/Makefile: libevent/Makefile.am libevent/configure.ac libevent/Makefile: libevent/Makefile.am libevent/configure.ac
cd libevent && ./autogen.sh cd libevent && ./autogen.sh
cd libevent && ./configure \ cd libevent && ./configure \
LDFLAGS="-L../lib" \
CFLAGS="-I../include" \
--host=$(ALTHOST) \ --host=$(ALTHOST) \
--disable-libevent-regress \ --disable-libevent-regress \
--disable-samples \ --disable-samples \
......
Subproject commit 4c908dde58ef780eeefcc9df4db3063ca62ea862 Subproject commit 5df3037d10556bfcb675bc73e516978b75fc7bc7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment