summaryrefslogtreecommitdiffstats
path: root/patches/fakeroot-1.21
Commit message (Collapse)AuthorAgeFilesLines
* fakeroot: make it relocatableMichael Olbrich2018-02-242-9/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fakeroot: version bump 1.20.2 -> 1.21Alexander Aring2016-09-067-0/+265
Also, import all Debian patches for fakeroot. This includes a fix for error messages like this (caused by glibc >= 2.24): dlsym(acl_get_fd): /usr/lib/libfakeroot/libfakeroot.so: undefined symbol: acl_get_fd dlsym(acl_get_file): /usr/lib/libfakeroot/libfakeroot.so: undefined symbol: acl_get_file dlsym(acl_set_fd): /usr/lib/libfakeroot/libfakeroot.so: undefined symbol: acl_set_fd dlsym(acl_set_file): /usr/lib/libfakeroot/libfakeroot.so: undefined symbol: acl_set_file See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830912 The patch "0003-xattr-increase-MAX_IPC_BUFFER_SIZE-to-1024.patch" is now upstream and was dropped. To generate the docs 'po4a' is needed. A patch is necessary to disabled building this. Signed-off-by: Alexander Aring <aar@pengutronix.de> [mol: cleanup patches and commit message] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>