Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib do not build shared version of libcrypto_{idea, rc5}.



details:   https://anonhg.NetBSD.org/src/rev/0a65068c65b9
branches:  trunk
changeset: 501861:0a65068c65b9
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jan 08 14:59:32 2001 +0000

description:
do not build shared version of libcrypto_{idea,rc5}.
to override functions in libcryto_*, it is easier to supply non-shared
libcrypto_*.

diffstat:

 lib/libcrypto_idea/Makefile |  6 +++++-
 lib/libcrypto_rc5/Makefile  |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r ede1d24274ac -r 0a65068c65b9 lib/libcrypto_idea/Makefile
--- a/lib/libcrypto_idea/Makefile       Mon Jan 08 14:53:19 2001 +0000
+++ b/lib/libcrypto_idea/Makefile       Mon Jan 08 14:59:32 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2000/09/30 00:24:52 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2001/01/08 14:59:32 itojun Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -40,4 +40,8 @@
 AFLAGS+=-DOUT
 .endif
 
+MKPIC=no
+#MKPROFILE=no
+#MKLINT=no
+
 .include <bsd.lib.mk>
diff -r ede1d24274ac -r 0a65068c65b9 lib/libcrypto_rc5/Makefile
--- a/lib/libcrypto_rc5/Makefile        Mon Jan 08 14:53:19 2001 +0000
+++ b/lib/libcrypto_rc5/Makefile        Mon Jan 08 14:59:32 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2000/09/30 00:24:53 itojun Exp $
+#      $NetBSD: Makefile,v 1.2 2001/01/08 14:59:33 itojun Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -40,4 +40,8 @@
 AFLAGS+=-DOUT
 .endif
 
+MKPIC=no
+#MKPROFILE=no
+#MKLINT=no
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index