
This commit was SVN r25454. The following SVN revision numbers were found above: r25450 --> open-mpi/ompi@7f7d5c4f1f r25453 --> open-mpi/ompi@c9fe8c32e2
17 строки
357 B
PkgConfig
17 строки
357 B
PkgConfig
#libevent pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libevent_openssl
|
|
Description: libevent_openssl adds openssl-based TLS support to libevent
|
|
Version: @VERSION@
|
|
Requires: libevent
|
|
Conflicts:
|
|
Libs: -L${libdir} -levent_openssl
|
|
Libs.private: @LIBS@ -lcrypto -lssl
|
|
Cflags: -I${includedir}
|
|
|