Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+3 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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 missing dependancy for BR2_QTE_TMAKE_VERSION | Eric Andersen | 2006-11-17 | 1 | -0/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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) | ||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -4/+4 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | if QTE isnt enabled, make sure the versions dont screw up the make rules | Mike Frysinger | 2005-09-09 | 1 | -2/+18 |
| | |||||
* | QTE by Allan Clark Bug 391 | Mike Frysinger | 2005-09-09 | 3 | -0/+537 |