From 0d2bd8acdc9c0272cc48dcc7253864b864fb48fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Feb 2013 01:30:44 +0100 Subject: [PATCH] configure: if using internal libfetch, also link to libssl. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 1d6e974b..ffc294ca 100755 --- a/configure +++ b/configure @@ -487,6 +487,7 @@ if $XCC -lfetch _$func.c -o _$func 2>/dev/null; then else LIBFETCH=no echo "CPPFLAGS += -I\$(TOPDIR)/lib/fetch" >>$CONFIG_MK + echo "LDFLAGS += -lssl" >>$CONFIG_MK echo "STATIC_LIBS = \$(TOPDIR)/lib/libxbps.a" >>$CONFIG_MK fi rm -f _$func.c _$func