summaryrefslogtreecommitdiffstats
path: root/package/acpid/acpid.mk
Commit message (Collapse)AuthorAgeFilesLines
* - 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