summaryrefslogtreecommitdiffstats
path: root/package/acpid/acpid.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Make acpid patch depend on VERSIONUlf Samuelsson2009-01-141-1/+1
|
* Bump acpid version and update source filenameUlf Samuelsson2009-01-131-2/+2
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* acpid: use $(MAKE) in acpid-clean instead of hardcoding makePeter Korsgaard2008-10-191-1/+1
|
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* - 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)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-2/+2
|
* Fix acpid version infoUlf Samuelsson2007-07-151-2/+2
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-2/+3
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-081-1/+1
|
* - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatchingBernhard Reutner-Fischer2006-11-291-4/+4
| | | | | | | pointers. Fix it by using socklen_t type. - Modify acpid.mk to apply all available patches. Convert ACPI_SOCKETFILE adjustment from sed script to a patch. Thanks to Pavel Roskin
* - 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)
* Add support for acpidEric Andersen2005-06-231-0/+47