Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lsof: needs RPC support in toolchain | Peter Korsgaard | 2010-05-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | lsof, m4: use variables from BR instead of uclibc | Peter Korsgaard | 2009-01-18 | 1 | -2/+2 |
| | | | | | | | UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always evaluate to the same result. Use appropriate Buildroot variables. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | lsof: bump version | Peter Korsgaard | 2008-10-23 | 5 | -12/+12 |
| | | | | Reported by Mark McLaurin. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | lsof: bump version | Peter Korsgaard | 2008-06-16 | 5 | -12/+12 |
| | | | | Patch by Conrad Parker. | ||||
* | make lsof configure with target includes, thanks to marcg | Ivan Kuten | 2007-10-21 | 1 | -1/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+3 |
| | |||||
* | Replace space by tabs | Ulf Samuelsson | 2007-07-28 | 1 | -3/+3 |
| | |||||
* | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-05-15 | 5 | -15/+28 |
| | |||||
* | - Convince lsof to honor uClibc's notion of wchar and locale support. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -0/+7 |
| | |||||
* | - compile against the cross toolchain, not the host | Bernhard Reutner-Fischer | 2006-11-29 | 3 | -3/+38 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | escape the wildcard | Eric Andersen | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | 2006-08-25 | 2 | -0/+19 |
| | |||||
* | patch from John Gatewood Ham, add lsof | Eric Andersen | 2006-06-23 | 2 | -0/+60 |