Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: fix architecture specified when configuring openssl | Hans-Christian Egtvedt | 2008-10-13 | 1 | -5/+13 |
| | | | | | | | | | | | | | This patch will default to linux-generic32, unless a known optimized architecture is selected. As of today it will select optimized config for; avr32, ia64, powerpc and x86_64. This fixes bug #5344. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | openssl: fix compiling OpenSSL for i386 architecture | Hans-Christian Egtvedt | 2008-10-07 | 1 | -6/+1 |
| | | | | | | | | This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | openssl: convert to Makefile.autotools.in and bump version to 0.9.8g | Hans-Christian Egtvedt | 2008-09-24 | 1 | -89/+35 |
| | | | | | | | | | | This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | openssl: re-revert r22644 | Peter Korsgaard | 2008-07-08 | 1 | -1/+0 |
| | | | | | The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good. | ||||
* | Revert patch which breaks AVR32 build | Ulf Samuelsson | 2008-07-08 | 1 | -0/+1 |
| | |||||
* | Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway | Hamish Moffatt | 2008-07-08 | 1 | -1/+0 |
| | |||||
* | Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵ | Ulf Samuelsson | 2008-07-05 | 1 | -0/+3 |
| | | | | softfloat | ||||
* | Update config.* of openssl | Ulf Samuelsson | 2008-07-05 | 1 | -0/+1 |
| | |||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -3/+3 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -5/+5 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -6/+6 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Store openssl files in /usr/lib/ssl | Ulf Samuelsson | 2007-08-13 | 1 | -1/+3 |
| | |||||
* | Bump version of openssl, add threads | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -24/+31 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - hit awk on steroids with a clue bait | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | fix i686 targets [again] bug 595 | Mike Frysinger | 2005-12-29 | 1 | -3/+3 |
| | |||||
* | dont set openssl arch to i386-i386 for i386 targets #495 by noah | Mike Frysinger | 2005-12-03 | 1 | -2/+6 |
| | |||||
* | openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵ | Mike Frysinger | 2005-10-06 | 1 | -0/+4 |
| | | | | Sieg on irc | ||||
* | dont version bump since all the patches need to be redone | Mike Frysinger | 2005-10-02 | 1 | -1/+1 |
| | |||||
* | ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵ | Mike Frysinger | 2005-09-30 | 1 | -2/+8 |
| | | | | targets by schieli in Bug 450 | ||||
* | Thomas Lundquist writes: | Eric Andersen | 2005-07-12 | 1 | -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 Frysinger | 2005-03-21 | 1 | -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 the | Eric Andersen | 2005-02-10 | 1 | -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 Andersen | 2004-12-11 | 1 | -2/+2 |
| | |||||
* | make sure build uses $TARGET_CFLAGS instead of stupid -O3 | Mike Frysinger | 2004-10-21 | 1 | -5/+7 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -3/+2 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+78 |
directory. |