summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
2004-07-27Rename libcrypto.sha1 to libcrypto.a.sha1Dr. Stephen Henson
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-06-21Standard sh doesn't tolerate ! as part of the conditional command.Richard Levitte
PR: 900
2004-06-19Make make tags make tags.Ben Laurie
2004-06-19The version that was actually submitted for FIPS testing.Ben Laurie
2004-05-13Let's make life easier and have the VMS version of the configuration beRichard Levitte
generated from the Unixly configuration file.
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-05-06Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don'tRichard Levitte
use it. Notified by Frédéric L. W. Meunier <0@pervalidus.tk> in PR 713
2004-03-12Fix typo in "IRIX 6.x shared build fix-up."Andy Polyakov
2004-03-12IRIX 6.x shared build fix-up.Andy Polyakov
2003-10-01Avoid 'file names' with spacesRichard Levitte
2003-09-30Correct incorrect mode bits change.Richard Levitte
2003-08-11A new branch for FIPS-related changes has been created with the nameRichard Levitte
OpenSSL-fips-0_9_7-stable. Since the 0.9.7-stable branch is supposed to be in freeze and should only contain bug corrections, this change removes the FIPS changes from that branch.
2003-07-31If FDIRS is to be treated like SDIRS, let's not forget to initializeRichard Levitte
it in Makefile.org.
2003-07-30Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.Ben Laurie
2003-07-28Add support for partial CFB modes, make tests work, update dependencies.Ben Laurie
2003-07-27Build when not FIPS.Ben Laurie
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-07-04Make sure openssl.pc is readable by everyone.Richard Levitte
PR: 654
2003-07-03Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o andRichard Levitte
./crypto/mem.o when we're looking for mem.o.
2003-06-11Handle des_modes.pod properly.Richard Levitte
PR: 634
2003-05-29Have ASFLAGS be defined the same way as CFLAGSRichard Levitte
2003-04-21Make it possible to affect the extension of man pages.Richard Levitte
PR: 578
2003-04-08Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to createRichard Levitte
a library search path. Correct typos.
2003-04-01It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte
-shared rather than -G.
2003-03-25Missed a few dollars.Richard Levitte
PR: 528
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte
replace mode. PR: 528
2003-02-22get rid of a bad characterUlf Möller
2003-02-22Remove duplication and have clean depend on libcleanRichard Levitte
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
on it.
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
PR: 453
2003-01-12IA-32 assembler support enhancements from HEAD branch: unified ELF,Andy Polyakov
support for SCO/Caldera targets and for Cygwin shared build.
2003-01-10Double the dollars that are intended for the command line.Richard Levitte
PR: 423
2003-01-10Add documentation on how to handle the shared libaries.Richard Levitte
PR: 423
2003-01-09The naming scheme wasn't quite correct for CygwinRichard Levitte
2002-12-29Since we're including Kerberos 5 headers in our exported header files (whenRichard Levitte
OpenSSL is configured to use Kerberos), we'd better tell pkg-config users where they can be found. PR: 421
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte
the conditional was set to add the library directory to PATH when the platform is NOT Cygwin. Corrected. PR: 404
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
2002-12-19Because the contents of openssl.pc may have to change when a configurationRichard Levitte
has been performed (and possibly changed), have it depend on Makefile.ssl.
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
2002-12-19It was pointed out to me that .pc files are normally stored inRichard Levitte
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
2002-12-16Some of Sun compiler drivers (well, one of those I have) collect allAndy Polyakov
options specified with -Wl in the beginnig of the ld command line which kind of obsoletes the idea as it's -z defaultextract that will be closest to lib*.a and not -z allextract:-(
2002-12-15Another Solaris shared build clean-up. This is not actually needed if oneAndy Polyakov
uses WorkShop C. It's gcc driver that brings copy of libgcc.a into .so otherwise. In case you wonder what it's -Wl,-z... and not just -z. Problem is that gcc driver apparently omits all -z options but -z text. Don't ask me why. I'm not committing corresponding workaround into the HEAD as Makefile.shared reportedly needs even more work...
2002-12-15Make sure manual pages are properly linked to on systems that have caseRichard Levitte
insensitive file names, as well as those that do not have symlinks. Incidently, both these cases apply on DOS/Windows...
2002-12-15Update the make system for installations:Richard Levitte
- define a HERE variable to indicate where the source tree is (not used right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
2002-12-14Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte
compatible, don't use ==, use = instead...
2002-12-05Corrected DJGPP patchRichard Levitte