summaryrefslogtreecommitdiffstats
path: root/package/openssh
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* fix zlib depends for openssh per case 0000645David Anders2006-01-231-0/+1
|
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* update openssh by Douglas CamposMike Frysinger2005-01-301-3/+3
|
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+4
|
* From Karsten Kruse: openssh requires zlibMike Frysinger2004-11-181-2/+1
|
* Enforce openssl dependency.Manuel Novoa III2004-10-272-1/+2
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-3/+291
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+78
directory.