diff --git a/adguardhome/Makefile b/adguardhome/Makefile index 6981e45ab..d4805a4c4 100644 --- a/adguardhome/Makefile +++ b/adguardhome/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome PKG_VERSION:=0.107.11 -PKG_RELEASE:=62 +PKG_RELEASE:=63 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=d23da1b75749e4cc3b75e5538b0d91dc89784f7b diff --git a/vsftpd-alt/Makefile b/vsftpd-alt/Makefile index 5c65f92c1..b239ffb85 100644 --- a/vsftpd-alt/Makefile +++ b/vsftpd-alt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd-alt PKG_VERSION:=3.0.5 -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_SOURCE:=vsftpd-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://security.appspot.com/downloads/ @@ -48,6 +48,8 @@ endef ifneq ($(CONFIG_USE_MUSL),) NLSSTRING:=-lcrypt +else ifneq ($(CONFIG_USE_GLIBC),) + NLSSTRING:=-lcrypt else NLSSTRING:=-lcrypt -lnsl endif