summaryrefslogtreecommitdiff
path: root/package/lsof
AgeCommit message (Collapse)Author
2010-05-26lsof: needs RPC support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: 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-18lsof, m4: use variables from BR instead of uclibcPeter 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-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-23lsof: bump versionPeter Korsgaard
Reported by Mark McLaurin.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-16lsof: bump versionPeter Korsgaard
Patch by Conrad Parker.
2007-10-21make lsof configure with target includes, thanks to marcgIvan 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 trimmingBernhard Reutner-Fischer
2007-07-28Replace space by tabsUlf Samuelsson
2007-06-26- use BR2_INET_IPV6Bernhard Reutner-Fischer
2007-05-15- bump versionBernhard 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 hostBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-02escape the wildcardEric Andersen
2006-08-25fixup lsof so it will apply patches, and compile when rpc is disabledEric Andersen
2006-06-23patch from John Gatewood Ham, add lsofEric Andersen