Files
MSYS2-packages/pacman/0016-excise-fakeroot.patch
David Macek b8550f92e6 pacman: Switch to meson build (#1951)
Everything seems fine except:
- libalpm.pc now contains:
    /usr/lib/gcc/x86_64-pc-msys/9.3.0/../../../../lib/libintl.a
2020-05-20 08:36:22 +03:00

16 lines
589 B
Diff

Currently we don't have fakeroot, so let's allow building without it. Most of
the patching is currently done in 0000-pacman-msysize.patch, these are just some
new occurrences. Ideally this removal will be a completely separate patch in
the future.
--- pacman-5.2.1/scripts/libmakepkg/executable/meson.build 2019-08-12 03:26:42.000000000 +0200
+++ pacman-5.2.1/scripts/libmakepkg/executable/meson.build 2020-05-16 19:32:35.339363400 +0200
@@ -4,7 +4,6 @@
'ccache.sh.in',
'checksum.sh.in',
'distcc.sh.in',
- 'fakeroot.sh.in',
'gpg.sh.in',
'gzip.sh.in',
'pacman.sh.in',