From dd55b30cac15d4f8854b73e850cfe54398b9404e Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 12 Jul 2012 23:11:30 +0000 Subject: Fix the previous commit. Obsolete libraries must be added to OLD_LIBS. Pointyhat to: me --- ObsoleteFiles.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ObsoleteFiles.inc') diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e4b336f..fa1a32c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -39,7 +39,10 @@ # done # 20120712: OpenSSL 1.0.1c import -OLD_FILES+=lib/libcrypto.so.6 +OLD_LIBS+=lib/libcrypto.so.6 +OLD_LIBS+=usr/lib/libssl.so.6 +OLD_LIBS+=usr/lib32/libcrypto.so.6 +OLD_LIBS+=usr/lib32/libssl.so.6 OLD_FILES+=usr/include/openssl/aes_locl.h OLD_FILES+=usr/include/openssl/bio_lcl.h OLD_FILES+=usr/include/openssl/e_os.h @@ -50,9 +53,6 @@ OLD_FILES+=usr/include/openssl/pq_compat.h OLD_FILES+=usr/include/openssl/store.h OLD_FILES+=usr/include/openssl/tmdiff.h OLD_FILES+=usr/include/openssl/ui_locl.h -OLD_FILES+=usr/lib/libssl.so.6 -OLD_FILES+=usr/lib32/libcrypto.so.6 -OLD_FILES+=usr/lib32/libssl.so.6 OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz # 20120621: remove old man page OLD_FILES+=usr/share/man/man8/vnconfig.8.gz -- cgit v1.1