diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-17 22:50:51 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 00:08:08 +0100 |
commit | 4e13229dd19e90975af9a51b4bc888477fbfad5e (patch) | |
tree | b14c28dc3934cc0665c87424771d00be5e672fd4 /tools/Makefile | |
parent | c8fdca4f6f5a24c8cefefaf65e6302526442218b (diff) | |
download | upstream-4e13229dd19e90975af9a51b4bc888477fbfad5e.tar.gz upstream-4e13229dd19e90975af9a51b4bc888477fbfad5e.tar.bz2 upstream-4e13229dd19e90975af9a51b4bc888477fbfad5e.zip |
tools/expat: update to 2.4.6
Switched to CMake for faster compilation and greater parallel
friendliness.
Added CMake options from the packages feed.
This release fixes various CVEs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 4c2aa1a1e9..f3f9a3bf73 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -46,6 +46,7 @@ $(curdir)/bison/compile := $(curdir)/flex/compile $(curdir)/cbootimage/compile += $(curdir)/automake/compile $(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile +$(curdir)/expat/compile := $(curdir)/cmake/compile $(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile $(curdir)/fakeroot/compile := $(curdir)/libtool/compile $(curdir)/findutils/compile := $(curdir)/bison/compile |