mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 09:16:30 -04:00
Use correct openssl libs and includes in pkgconfig file
Previously we were saying -lssl -lcrypto unconditionally when we should have been saying OPENSSL_LIBS. Based on a patch from Patrick Pelletier
This commit is contained in:
parent
09a8d23ad9
commit
d70af27d01
@ -11,6 +11,6 @@ Version: @VERSION@
|
||||
Requires: libevent
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent_openssl
|
||||
Libs.private: @LIBS@ -lssl -lcrypto
|
||||
Cflags: -I${includedir}
|
||||
Libs.private: @LIBS@ @OPENSSL_LIBS@
|
||||
Cflags: -I${includedir} @OPENSSL_INCS@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user