aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/e2fsprogs/patches
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: fix build on OS X systemsJo-Philipp Wich2016-07-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On OS X systems, the compilation of e2fsprogs fails at subst.c due to a missing sys/stat.h include: subst.c:333:14: error: variable has incomplete type 'struct stat' struct stat stbuf; ^ subst.c:333:9: note: forward declaration of 'struct stat' struct stat stbuf; ^ subst.c:392:8: warning: implicit declaration of function 'fstat' is invalid in C99 [-Wimplicit-function-declaration] if (fstat(fd, &stbuf) == 0) { ^ subst.c:438:12: warning: implicit declaration of function 'fchmod' is invalid in C99 [-Wimplicit-function-declaration] (void) fchmod(ofd, 0444); ^ 2 warnings and 1 error generated. make[3]: *** [subst.o] Error 1 Declare the nescessary HAVE_SYS_STAT_H macro to include the required header in order to avoid the undeclared stat structure. Tested-By: David Thornley <david.thornley@touchstargroup.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* e2fsprogs: update to the latest version, fixes musl build failureFelix Fietkau2015-03-283-48/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45075
* Revert "[package] e2fsprogs: update to 1.42.8 and add e4defrag"Jo-Philipp Wich2013-08-163-4/+27
| | | | | | This reverts commit f6b0be49ba0d8eee29e098cc057ced57e7a26dd4. SVN-Revision: 37798
* e2fsprogs: update to 1.42.8 and add e4defragLuka Perkov2013-07-283-27/+4
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37588
* e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it ↵Felix Fietkau2013-06-281-0/+13
| | | | | | | | into the libext2fs package, get rid of the pthread dependency Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37076
* packages: clean up the package folderJohn Crispin2013-06-212-0/+48
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007