diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-02 15:05:11 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-04 19:14:21 -0700 |
commit | 490a4eff1988a4d03d14d38ca48a1a563a8310e0 (patch) | |
tree | 851724f534247ed0e739cf2052e16042040d2f4b /libs/getdns/Makefile | |
parent | 7f620401afb185abac26e5e186150f5b53ea6ed0 (diff) |
getdns: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/getdns/Makefile')
-rw-r--r-- | libs/getdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/getdns/Makefile b/libs/getdns/Makefile index 5b307ffda..b8adde8d5 100644 --- a/libs/getdns/Makefile +++ b/libs/getdns/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=getdns PKG_VERSION:=1.6.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |