summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-21 09:56:38 +0000
committerdes <des@FreeBSD.org>2002-06-21 09:56:38 +0000
commit10a50c435b6f55b2231f044ec77f8945b65a9564 (patch)
treed27b808b9573f0fa1303d90f60ef2558edbd40bd /lib/libfetch
parent730980f3612c9a8234ecea7a88e70f7192f05c23 (diff)
downloadFreeBSD-src-10a50c435b6f55b2231f044ec77f8945b65a9564.zip
FreeBSD-src-10a50c435b6f55b2231f044ec77f8945b65a9564.tar.gz
Fix incorrect library ordering. I thought I'd committed this already...
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 1321118..a00e8fc 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
OpenPOWER on IntegriCloud