Signed-off-by: Peter Müller peter.mueller@ipfire.org --- wget/wget.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wget/wget.nm b/wget/wget.nm index f0a664df8..e3ffd3707 100644 --- a/wget/wget.nm +++ b/wget/wget.nm @@ -4,7 +4,7 @@ ###############################################################################
name = wget -version = 1.20.1 +version = 1.21.3 release = 1
groups = Applications/Internet @@ -30,7 +30,7 @@ build end
export CPPFLAGS = %(pkg-config --cflags openssl) - export LDFLAGS += %(pkg-config --libs openssl) + LDFLAGS += %(pkg-config --libs openssl)
configure_options += \ --with-ssl=openssl \