summaryrefslogtreecommitdiffstats
path: root/package/openssl/openssl.mk
Commit message (Collapse)AuthorAgeFilesLines
* Thomas Lundquist writes:Eric Andersen2005-07-121-1/+4
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger2005-03-211-1/+1
| | | | will update the version to download as well as one line of the patch which needed correcting.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* openssl doesnt like 'make -j'Eric Andersen2004-12-111-2/+2
|
* make sure build uses $TARGET_CFLAGS instead of stupid -O3Mike Frysinger2004-10-211-5/+7
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-3/+2
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+78
directory.