Module Name:    src
Committed By:   christos
Date:           Mon Jul 20 15:46:51 UTC 2009

Modified Files:
        src/external/bsd/fetch/lib: Makefile

Log Message:
Use the correct libcrypto.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/fetch/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/fetch/lib/Makefile
diff -u src/external/bsd/fetch/lib/Makefile:1.3 src/external/bsd/fetch/lib/Makefile:1.4
--- src/external/bsd/fetch/lib/Makefile:1.3	Thu May 28 06:44:29 2009
+++ src/external/bsd/fetch/lib/Makefile	Mon Jul 20 11:46:51 2009
@@ -20,8 +20,8 @@
 
 LDADD=		-lssl -lcrypto
 
-LIBDPLIBS+=	ssl	${NETBSDSRCDIR}/lib/libssl \
-		crypto	${NETBSDSRCDIR}/lib/libcrypto
+LIBDPLIBS+=	ssl	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl \
+		crypto	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto
 .endif
 
 CLEANFILES+=	ftperr.h httperr.h

Reply via email to