summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Expand)Author
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-20HP-UX: shared libraries MUST be +x and SHOULD be -w.Lutz Jänicke
2002-06-20Fix path to find util/pod2man.pl from the execution directory.Lutz Jänicke
2002-06-12Support building the distribution .tar file on platforms with limitedLutz Jänicke
2002-06-10fix for 'make update'Bodo Möller
2002-06-10Make sure that flags are passed to "make" subprocesses.Lutz Jänicke
2002-06-06For the main directory, Makefile.org is significant :-)Lutz Jänicke
2002-06-05Make perl replacement for dirname, for system that lack the latter.Richard Levitte
2002-05-30Apparently, there are still chances we have to deal with buggy pod2man versions.Richard Levitte
2002-05-30Our copy of pod2man.pl is old and comparatively broken, so lets remove it.Richard Levitte
2002-05-07Add missing ";" after fiLutz Jänicke
2002-04-13Avoid emacs backup files when making a snapshotRichard Levitte
2002-04-06Make shared libraries resolve global symbols within themselves first.Richard Levitte
2002-02-14At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte
2002-02-13ECDSA supportBodo Möller
2002-02-13Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte
2002-02-13Move teh silencer to the right place.Richard Levitte
2002-02-13Make link-shard a little bit more efficient. If there are noRichard Levitte
2002-02-07Generate the individual engines' error strings and macrosRichard Levitte
2002-01-29Make SHLIB_TARGET available in subdirs (here: apps/)Lutz Jänicke
2002-01-28Superflous '\' messes up with HP-UX make.Lutz Jänicke
2002-01-26Update SCO5 targets.Richard Levitte
2002-01-26Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2002-01-02On Solaris64, cc needs the flag -xarch=v9 when linking sharedRichard Levitte
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
2001-10-10For systems where gcc is used and where we don't know if GNU ld isRichard Levitte
2001-09-06Completely reworked SVR5 shared library support.Lutz Jänicke
2001-09-06Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-06-05Small detail about AIX forgotten...Richard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-04-27A method to create shared libraries on AIX, and according toRichard Levitte
2001-04-26Linux shared libraries can be linked with debug symbols.Richard Levitte
2001-04-12undo previous change ...Bodo Möller
2001-04-12update from 0.9.6aBodo Möller
2001-04-08'||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller
2001-04-04Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte
2001-04-04Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent li...Richard Levitte
2001-03-24When using the native tools on Solaris, make damn sure the native ldRichard Levitte
2001-03-24ln on Solaris expects -f to come before -s.Richard Levitte
2001-03-22We really have no need for PEX_LIBS, so empty it.Richard Levitte
2001-03-15Minimise the amount of -L. when linking the shared libraries. ItRichard Levitte
2001-03-13typoBodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-03-06Change obj_... generation so that it does not generate rubbish orBodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller