2010-08-14 09:25:37 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -15,7 +15,7 @@ endif
|
2010-03-20 12:12:57 +00:00
|
|
|
# dir; there's no need to install it anywhere (we link it statically).
|
|
|
|
ifdef OPENSSL
|
|
|
|
SSL_CFLAGS += -I$(OPENSSL)/include
|
2010-08-14 09:25:37 +00:00
|
|
|
-SSL_LDFLAGS += $(OPENSSL)/libssl.a $(OPENSSL)/libcrypto.a
|
|
|
|
+SSL_LDFLAGS += $(OPENSSL)/lib/libssl.a $(OPENSSL)/lib/libcrypto.a
|
2010-03-20 12:12:57 +00:00
|
|
|
else
|
|
|
|
ifeq ($(wildcard /usr/include/openssl),)
|
|
|
|
$(error "No OpenSSL in /usr/include/openssl. Cannot continue");
|