summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch/Makefile')
-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