Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-01-18 | lsof, m4: use variables from BR instead of uclibc | Peter Korsgaard | |
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> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-10-23 | lsof: bump version | Peter Korsgaard | |
Reported by Mark McLaurin. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-16 | lsof: bump version | Peter Korsgaard | |
Patch by Conrad Parker. | |||
2007-10-21 | make lsof configure with target includes, thanks to marcg | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-07-28 | Replace space by tabs | Ulf Samuelsson | |
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-05-15 | - bump version | Bernhard Reutner-Fischer | |
2006-12-13 | - Convince lsof to honor uClibc's notion of wchar and locale support. | Bernhard Reutner-Fischer | |
2006-11-29 | - compile against the cross toolchain, not the host | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-02 | escape the wildcard | Eric Andersen | |
2006-08-25 | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | |
2006-06-23 | patch from John Gatewood Ham, add lsof | Eric Andersen | |