From a7a4510fd8a28096ccf6da459bfb3d9d235b807e Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 21 Jun 2002 09:56:38 +0000 Subject: Fix incorrect library ordering. I thought I'd committed this already... --- lib/libfetch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 1321118c3285..a00e8fcef1a0 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -13,8 +13,8 @@ CLEANFILES= ftperr.h httperr.h .if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) CFLAGS+= -DWITH_SSL -DPADD= ${LIBCRYPTO} ${LIBSSL} -LDADD= -lcrypto -lssl +DPADD= ${LIBSSL} ${LIBCRYPTO} +LDADD= -lssl -lcrypto .endif NO_WERROR= yes -- cgit v1.3