summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
AgeCommit message (Collapse)Author
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-22- was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer
- misc cleanup while at it
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-15- repvik writes: e2fsprogs install several duplicate binaries that act ↵Bernhard Reutner-Fischer
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
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-03-07- some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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
2006-11-22- bump versionBernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2005-11-24remove extra space after touchMike Frysinger
2005-09-12version bump and fix stripping as reported by Jun SunMike Frysinger
2005-07-20e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen
2005-07-12Thomas Lundquist writes:Eric Andersen
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.
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-06-19Fix build problem with header file needing to be generated before"Steven J. Hill"
a file could be built. Also cleaned up some header files.
2005-06-19Delete gzip compressed patch and add the uncompressed one. Originally,"Steven J. Hill"
e2fsprogs was the only package that had a compressed patch.
2005-06-12Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵"Steven J. Hill"
'lib/ext2fs/ext2fs.h' to fix build error.
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-05-18Patch is now deprecated."Steven J. Hill"
2005-05-16Add patch from debian to make things compileEric Andersen
2005-05-16This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen
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
2005-05-03Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"
2005-02-12cleanup install target a bitEric Andersen
2005-02-12make it compileEric Andersen
2005-02-11remove 'mke2fs' and instead add the properly named 'e2fsprogs'Eric Andersen