summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
Commit message (Collapse)AuthorAgeFilesLines
...
* e2fsprogs: install into staging so other stuff can find the libs/includesPeter Korsgaard2009-03-091-2/+8
| | | | And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
* e2fsprogs: needs LARGEFILEPeter Korsgaard2009-03-091-0/+3
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* * Bumped to version 1.41.3Nigel Kukard2009-01-012-15/+6
| | | | | | - Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-19/+19
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Allow selection of e2fsprogs to install in the targetHamish Moffatt2008-02-242-0/+103
|
* make e2fsprogs generate relative symlinks in the rootIvan Kuten2007-12-131-0/+12
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-10/+17
|
* - was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer2007-08-221-4/+8
| | | | - misc cleanup while at it
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - repvik writes: e2fsprogs install several duplicate binaries that act ↵Bernhard Reutner-Fischer2007-05-151-2/+10
| | | | | | slightly differently depending on what name they're called as. They can safely be removed and replaced with symlinks. This saves 480kb space. Closes #1341
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-071-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-0/+1
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* version bump and fix stripping as reported by Jun SunMike Frysinger2005-09-122-586/+11
|
* e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen2005-07-201-2/+2
|
* Thomas Lundquist writes:Eric Andersen2005-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Fix build problem with header file needing to be generated before"Steven J. Hill"2005-06-191-55/+93
| | | | a file could be built. Also cleaned up some header files.
* Delete gzip compressed patch and add the uncompressed one. Originally,"Steven J. Hill"2005-06-192-0/+545
| | | | e2fsprogs was the only package that had a compressed patch.
* Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵"Steven J. Hill"2005-06-121-0/+0
| | | | 'lib/ext2fs/ext2fs.h' to fix build error.
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* Patch is now deprecated."Steven J. Hill"2005-05-181-16/+0
|
* Add patch from debian to make things compileEric Andersen2005-05-161-0/+0
|
* This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen2005-05-161-2/+3
| | | | | | | | | e2fsprogs. This version of e2fsprogs adds additional features and increases preformance. I've also change the configuration to build all of e2fsprogs dynamicly linked. This reduces the size of the individual binaries considerably. http://bugs.uclibc.org/view.php?id=258
* Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"2005-05-032-0/+17
|
* cleanup install target a bitEric Andersen2005-02-121-4/+4
|
* make it compileEric Andersen2005-02-121-6/+7
|
* remove 'mke2fs' and instead add the properly named 'e2fsprogs'Eric Andersen2005-02-112-0/+82