Hauke Mehrtens
d635ef50c5
e2fsprogs: fix build problem with very old libmagic
...
The libmagic shipped with RedHat 5 does not define
MAGIC_NO_CHECK_ELF and MAGIC_NO_CHECK_COMPRESS. e2fsprogs should
check for that, otherwise the build will fail.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2016-06-30 20:51:53 +02:00
Kevin Darbyshire-Bryant
819cf75c40
tools: e2fsprogs: bump to 1.43.1
...
Bump e2fsprogs to v1.43.1 & refresh patches
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-06-22 19:32:07 +02:00
John Crispin
2baf90a84e
tools/e2fsprogs: remove outdated configure args
...
removed upstream in 1.40.5:
Don't build e2fsck statically by default anymore 7e8fe327b51051adcbb0d44169b1a933173ce1ff
fixes:
configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 47978
2015-12-23 14:44:18 +00:00
Felix Fietkau
b7e946f33e
tools/e2fsprogs: update to 1.42.13
...
Update e2fsprogs to 1.42.13.
Refresh and cleanup patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47426
2015-11-08 20:40:03 +00:00
Felix Fietkau
52ea491bdf
tools/e2fsprogs: add a darwin-compat patch
...
On darwin we need to import stdint to get these integer typedefs.
Patch by: Lawrence D'Anna <larry@elder-gods.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46378
2015-07-15 08:16:40 +00:00
Jo-Philipp Wich
f7e56763e1
tools: remove static linking support
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44285
2015-02-06 00:00:43 +00:00
Felix Fietkau
414fc2e320
e2fsprogs: update to 1.42.8, fixes a build error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38564
2013-10-28 15:15:24 +00:00
Felix Fietkau
1f77bfff96
build: BSD compile fixes
...
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
Mostly small pieces of code changes to get things right on the
specific platform.
Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
SVN-Revision: 35900
2013-03-07 17:32:29 +00:00
Luka Perkov
2dde4db723
e2fsprogs: upgrade to version 1.42.7
...
SVN-Revision: 35825
2013-02-28 00:52:32 +00:00
Jo-Philipp Wich
740daabdfd
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
...
SVN-Revision: 34459
2012-12-02 18:35:39 +00:00
Felix Fietkau
54bd532d15
tools/e2fsprogs: enable parallel builds
...
SVN-Revision: 33440
2012-09-15 14:18:07 +00:00
Jo-Philipp Wich
cf1698c637
use HOST_STATIC_LINKING instead of hardcoding -static
...
SVN-Revision: 33140
2012-08-12 12:34:30 +00:00
Jo-Philipp Wich
a7568eb875
e2fsprogs: link statically
...
SVN-Revision: 33116
2012-08-10 19:27:07 +00:00
Gabor Juhos
2cd8c216dc
tools/e2fsprogs: don't build e4defrag
...
Compilation fails on older systems due to missing syscalls, and the
e4defrag tool is not used by the build-system anyway.
SVN-Revision: 32451
2012-06-19 09:52:18 +00:00
Luka Perkov
fd38f78bfe
e2fsprogs: fix md5sum issue
...
md5sum from kernel.org and sourceforge.net are not the same
SVN-Revision: 32418
2012-06-17 21:34:16 +00:00
Luka Perkov
578551c380
e2fsprogs: update to 1.42.4
...
SVN-Revision: 32413
2012-06-17 17:52:59 +00:00
Felix Fietkau
fd29691f89
tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks on mac os x
...
SVN-Revision: 32161
2012-06-10 12:24:59 +00:00
John Crispin
085fe0b761
more e2fsprogs fixes
...
SVN-Revision: 32158
2012-06-10 09:22:07 +00:00
John Crispin
16a4d29ae0
fix build breakage introduced by [32142]
...
SVN-Revision: 32157
2012-06-10 07:43:43 +00:00
Luka Perkov
5d141f8b1e
e2fsprogs: update to 1.42.3
...
SVN-Revision: 32142
2012-06-09 17:59:57 +00:00
Felix Fietkau
68031593c8
e2fsprogs: add posix_memalign related portability patch from #8508
...
SVN-Revision: 32112
2012-06-07 15:24:33 +00:00
Felix Fietkau
11c08a39bc
tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin
...
SVN-Revision: 25598
2011-02-20 03:25:56 +00:00
Jo-Philipp Wich
442433ca2b
revert r24851, it breaks compilation on many hosts
...
SVN-Revision: 24866
2011-01-01 15:51:12 +00:00
Alexandros C. Couloumbis
55d7031b9d
tools/e2fsprogs: update to version 1.41.14
...
SVN-Revision: 24851
2010-12-29 17:38:48 +00:00
Hauke Mehrtens
ba45b5a907
e2fsprogs: add two compile fixes.
...
Thank you Joe Roback for reporting and fixing compiling on Darwin.
SVN-Revision: 24720
2010-12-19 11:43:45 +00:00
Hauke Mehrtens
2653c7b0d9
e2fsprogs: update to version 1.41.13
...
SVN-Revision: 24683
2010-12-18 19:47:11 +00:00
Alexandros C. Couloumbis
721a005dc2
tools/e2fsprogs: fix freebsd compile issue
...
SVN-Revision: 24130
2010-11-24 14:00:36 +00:00
Alexandros C. Couloumbis
65a07aa7cf
tools/e2fsprogs: update to e2fsprogs-1.41.12
...
SVN-Revision: 24128
2010-11-24 11:59:51 +00:00
Felix Fietkau
233c6672a9
e2fsprogs: fix libuuid installation
...
SVN-Revision: 24106
2010-11-22 21:56:15 +00:00
Felix Fietkau
5b2df455f0
e2fsprogs: clean up the makefile and install libuuid
...
SVN-Revision: 24091
2010-11-22 14:26:06 +00:00
Imre Kaloz
49a0179e21
add e2fsprogs to tools and use that instead of libuuid
...
SVN-Revision: 24078
2010-11-22 11:26:45 +00:00