On Sat, 26 Feb 2000, Kris Kennaway wrote:
> This is something which has been requested a fair bit..it will disable the
> building of the DES CRYPT libraries even if you have the crypto sources
> installed, so you can e.g. get OpenSSL/OpenSSH without having to deal with
> the pitfalls of libdescrypt. It seems to work fine for me..if I hear any
> other positive feedback I'll commit it.
>
Works for me...
/etc/make.conf:
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NO_DESCRYPT= YES
RSAREF= YES
USA_RESIDENT= YES
The resulting libs after installworld:
jedgar@earth:~$ ll /usr/lib/*crypt*
lrwxr-xr-x 1 root wheel 11 Feb 26 22:12 /usr/lib/libcrypt.a
-> libscrypt.a
lrwxr-xr-x 1 root wheel 12 Feb 26 22:12
/usr/lib/libcrypt.so -> libscrypt.so
lrwxr-xr-x 1 root wheel 14 Feb 26 22:12
/usr/lib/libcrypt.so.2 -> libscrypt.so.2
lrwxr-xr-x 1 root wheel 13 Feb 26 22:12
/usr/lib/libcrypt_p.a -> libscrypt_p.a
-r--r--r-- 1 root wheel 1088060 Feb 26 22:16
/usr/lib/libcrypto.a
lrwxr-xr-x 1 root wheel 14 Feb 26 22:16
/usr/lib/libcrypto.so -> libcrypto.so.1
-r--r--r-- 1 root wheel 651156 Feb 26 22:16
/usr/lib/libcrypto.so.1
-r--r--r-- 1 root wheel 1161880 Feb 26 22:16
/usr/lib/libcrypto_p.a
-r--r--r-- 1 root wheel 8632 Feb 26 22:12
/usr/lib/libscrypt.a
lrwxr-xr-x 1 root wheel 14 Feb 26 22:12
/usr/lib/libscrypt.so -> libscrypt.so.2
-r--r--r-- 1 root wheel 5084 Feb 26 22:12
/usr/lib/libscrypt.so.2
-r--r--r-- 1 root wheel 9278 Feb 26 22:12
/usr/lib/libscrypt_p.a
jedgar@earth:~$
-----
Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]
--------------------------------------------------------
FreeBSD: The Power To Serve - http://www.FreeBSD.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message