Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/flock: fix compile on Alpine Linux | John Crispin | 2016-03-10 | 1 | -0/+1 |
| | | | | | | | | | | | | fixes build errors: src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 48978 | ||||
* | flock: do not use ccache, fixes build error | Felix Fietkau | 2016-01-21 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48447 | ||||
* | tools: remove static linking support | Jo-Philipp Wich | 2015-02-06 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285 | ||||
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 33140 | ||||
* | flock: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33092 | ||||
* | add a stripped down (and portable) version of flock to the host tools | Felix Fietkau | 2010-10-29 | 2 | -0/+347 |
SVN-Revision: 23707 |