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/fakeroot/patches/200-disable-doc.patch | |
parent | f4c64937cf3941f6c6ad6c882de02d1792f04812 (diff) |
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/fakeroot/patches/200-disable-doc.patch')
-rw-r--r-- | tools/fakeroot/patches/200-disable-doc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/fakeroot/patches/200-disable-doc.patch b/tools/fakeroot/patches/200-disable-doc.patch new file mode 100644 index 0000000000..29a3e39b2d --- /dev/null +++ b/tools/fakeroot/patches/200-disable-doc.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,6 @@ + AUTOMAKE_OPTIONS=foreign + ACLOCAL_AMFLAGS = -I build-aux +-SUBDIRS=doc scripts test ++SUBDIRS=scripts test + + noinst_LTLIBRARIES = libcommunicate.la libmacosx.la + libcommunicate_la_SOURCES = communicate.c |