mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 22:10:12 -04:00
Use the same CFLAGS for openssl when building unit tests as with libevent
This commit is contained in:
parent
64051b903a
commit
1d9d5110a4
@ -105,7 +105,8 @@ test_regress_LDFLAGS = $(PTHREAD_CFLAGS)
|
||||
|
||||
if OPENSSL
|
||||
test_regress_SOURCES += test/regress_ssl.c
|
||||
test_regress_LDADD += libevent_openssl.la -lssl -lcrypto ${OPENSSL_LIBADD}
|
||||
test_regress_CPPFLAGS += $(OPENSSL_INCS)
|
||||
test_regress_LDADD += libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
|
||||
endif
|
||||
|
||||
test_bench_SOURCES = test/bench.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user