aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/e2fsprogs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: Fix setting of host compilerFrank Lichtenheld2016-11-041-2/+2
| | | | | | | | | The variable is actually called BUILD_CC, not BUILDCC. This didn't cause a lot of problems since the default for HOSTCC in OpenWRT is the same as the default for BUILD_CC (gcc). Signed-off-by: Frank Lichtenheld <frank.lichtenheld@sophos.com>
* e2fsprogs: fix build on OS X systemsJo-Philipp Wich2016-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Bump to v1.43.1Graham Fairweather2016-06-241-2/+2
| | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* e2fsprogs: update to 1.42.13Kevin Darbyshire-Bryant2016-06-201-2/+2
| | | | | | Update e2fsprogs to v1.42.13 from 1.42.12 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* e2fsprogs: add packages for "chattr" and "lsattr"Felix Fietkau2015-11-081-0/+24
| | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: add conffiles sectionNicolas Thill2015-04-021-0/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: enable parallel buildFelix Fietkau2015-03-291-2/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: update to the latest version, fixes musl build failureFelix Fietkau2015-03-281-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: bump releaseFelix Fietkau2015-01-051-1/+1
| | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: package dumpe2fs, e2freefrag, filefrag, debugfsFelix Fietkau2015-01-051-0/+50
| | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfsFelix Fietkau2015-01-051-0/+4
| | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: add InstallDev section to MakefileJohn Crispin2014-12-071-0/+15
| | | | | | | | btrfs-progs is using libext2fs, so headers and libs need to be staged Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/*: replace occurences of 'ln -sf' to '$(LN)'Nicolas Thill2014-11-061-4/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* license info - revert r43155John Crispin2014-11-031-3/+0
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: fix description, tune2fs is not part of the e2fsprogs packageJohn Crispin2014-10-261-2/+1
| | | | | | | | https://dev.openwrt.org/ticket/18209 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[package] e2fsprogs: update to 1.42.8 and add e4defrag"Jo-Philipp Wich2013-08-161-14/+2
| | | | | | This reverts commit f6b0be49ba0d8eee29e098cc057ced57e7a26dd4. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: update to 1.42.8 and add e4defragLuka Perkov2013-07-281-2/+14
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it ↵Felix Fietkau2013-06-281-17/+6
| | | | | | | | into the libext2fs package, get rid of the pthread dependency Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: allow mklibs to strip libext2fs.soFelix Fietkau2013-06-281-0/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: disable library installationFelix Fietkau2013-06-281-11/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: disable testio debug to reduce code sizeFelix Fietkau2013-06-281-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: use -ffunction-sections, -fdata-sections, --gc-sectionsFelix Fietkau2013-06-281-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: use the private version of blkid statically, it is significantly ↵Felix Fietkau2013-06-281-2/+3
| | | | | | | | smaller than the external shared libblkid Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: clean up the package folderJohn Crispin2013-06-211-0/+169
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37007 3c298f89-4303-0410-b956-a3cf2f4a3e73