diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2021-01-01 21:50:43 +0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-01-05 08:59:31 -1000 |
commit | f34f4a6665a91571866de38f476554ed986eccf2 (patch) | |
tree | 82f2cfc3228aaa37b6da414b1ebde2db3e682df0 /tools/Makefile | |
parent | f4c64937cf3941f6c6ad6c882de02d1792f04812 (diff) | |
download | upstream-f34f4a6665a91571866de38f476554ed986eccf2.tar.gz upstream-f34f4a6665a91571866de38f476554ed986eccf2.tar.bz2 upstream-f34f4a6665a91571866de38f476554ed986eccf2.zip |
tools/fakeroot: update to 1.25.3
use PKG_FIXUP:=autoreconf to generate configure
200-hide-dlsym-error.patch deleted due to fixed upstream in another way
other patches refreshed to reflect latest changes
Signed-off-by: Syrone Wong <wong.syrone@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 4bef951c46..3677023aee 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -47,6 +47,7 @@ $(curdir)/cbootimage/compile += $(curdir)/automake/compile $(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile +$(curdir)/fakeroot/compile := $(curdir)/libtool/compile $(curdir)/findutils/compile := $(curdir)/bison/compile $(curdir)/firmware-utils/compile += $(curdir)/libressl/compile $(curdir)/zlib/compile $(curdir)/flex/compile := $(curdir)/libtool/compile |