summaryrefslogtreecommitdiffstats
path: root/package/ltt
Commit message (Collapse)AuthorAgeFilesLines
* Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"2007-05-092-1/+1
| | | | start-up order.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-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
* fix broken shell fragmentEric Andersen2006-12-131-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)
* fix for newer gccEric Andersen2006-04-101-0/+23
|
* Build ltt without GTK if GTK is not availableEric Andersen2006-04-061-0/+4
|
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* Add iostat, ltt, xfsprogs, and memtesterEric Andersen2005-09-304-0/+259