diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-06 06:20:41 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-06 06:20:41 +0000 |
commit | 4e65a69b0f94530d75a31c7d601e34e3fe590d8d (patch) | |
tree | 2f01980db0ac22961a8e69dca03055589f1caa5d /dev-libs/openssl | |
parent | Updates (diff) | |
download | gentoo-2-4e65a69b0f94530d75a31c7d601e34e3fe590d8d.tar.gz gentoo-2-4e65a69b0f94530d75a31c7d601e34e3fe590d8d.tar.bz2 gentoo-2-4e65a69b0f94530d75a31c7d601e34e3fe590d8d.zip |
Updates and forgotten files
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff b/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff new file mode 100644 index 000000000000..985d9b037aa7 --- /dev/null +++ b/dev-libs/openssl/files/openssl-0.9.6-Makefile.org-gentoo.diff @@ -0,0 +1,33 @@ +--- Makefile.org.orig Wed Feb 28 01:43:52 2001 ++++ Makefile.org Wed Feb 28 01:45:32 2001 +@@ -18,10 +18,10 @@ + # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/. + # Normally it is left empty. + INSTALL_PREFIX= +-INSTALLTOP=/usr/local/ssl ++INSTALLTOP=/usr/ssl + + # Do not edit this manually. Use Configure --openssldir=DIR do change this! +-OPENSSLDIR=/usr/local/ssl ++OPENSSLDIR=/usr/ssl + + # RSAref - Define if we are to link with RSAref. + # NO_IDEA - Define to build without the IDEA algorithm +@@ -54,7 +54,7 @@ + + CC= gcc + #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM +-CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM ++CFLAG=$(CFLAGS) -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM + DEPFLAG= + PEX_LIBS= -L. -L.. -L../.. -L../../.. + EX_LIBS= +@@ -170,7 +170,7 @@ + MAKEFILE= Makefile.ssl + MAKE= make -f Makefile.ssl + +-MANDIR=$(OPENSSLDIR)/man ++MANDIR=$(OPENSSLDIR)/../share/man + MAN1=1 + MAN3=3 + SHELL=/bin/sh |