diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-02-20 18:13:33 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-20 20:03:55 -0800 |
commit | bf1a138f9276718a76589b3b170648d85bbb8c0b (patch) | |
tree | a3a5217f5a0c5ae6b3302f3cdcf7816f3b85e151 /utils/sane-backends/Makefile | |
parent | b945b0790f8ababf8c36b9327d8d37f2ff90675b (diff) |
sane-backends: remove outdated C++ patch
std::round was unavailable because of a wrong configure var from the
uClibc days. Fixed upstream with 1647790ae6202bd70b199e2aa44f8eb43e8d3af1
Refreshed patches with make package/sane-backends/refresh
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/sane-backends/Makefile')
-rw-r--r-- | utils/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index db607171f..ab53eff9e 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sane-backends PKG_VERSION:=1.0.31 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/ |