Commit Graph

14 Commits

Author SHA1 Message Date
Eric Andersen
85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer
5692bad876 - fix spurious rebuilds caused by at 2007-01-24 15:52:46 +00:00
Bernhard Reutner-Fischer
8cb4e4054e - add missing include panic.h to parsetime.h
- add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds
2007-01-22 13:56:04 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
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
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
ec5b83ce2f - add missing package-source targets
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer
4ab3f3f31f - don't install the docs 2006-12-20 17:46:43 +00:00
Bernhard Reutner-Fischer
bf2927a41f - rm cruft via fakeroot, not afterwards where it has no effect. 2006-12-02 18:36:55 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Eric Andersen
7c10b7696e avoid potential rebuild 2006-07-04 18:06:04 +00:00
Eric Andersen
61115890b8 bump version 2006-04-19 17:32:35 +00:00
Eric Andersen
674d61d84b yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Mike Frysinger
dfebda0014 remove extra space after touch 2005-11-24 06:53:24 +00:00
Mike Frysinger
aeb268c0b6 remove mandir 2005-11-20 13:57:10 +00:00
Mike Frysinger
0c21223712 import at package by akvadrako #506 2005-11-15 06:50:34 +00:00