Source-Changes-HG archive

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

[src/trunk]: src/share/mk Revert previous (1.258): we don't want to link .so ...



details:   https://anonhg.NetBSD.org/src/rev/5f1e0f1ac34f
branches:  trunk
changeset: 572670:5f1e0f1ac34f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 10 02:42:34 2005 +0000

description:
Revert previous (1.258): we don't want to link .so libraries against
(non-PIC) .a libraries, and the problem which triggered the addition
of the previous has been fixed by providing librpcsvc as a .so.

diffstat:

 share/mk/bsd.lib.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 257459cd05b4 -r 5f1e0f1ac34f share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Mon Jan 10 02:32:46 2005 +0000
+++ b/share/mk/bsd.lib.mk       Mon Jan 10 02:42:34 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.258 2004/12/29 14:41:05 lukem Exp $
+#      $NetBSD: bsd.lib.mk,v 1.259 2005/01/10 02:42:34 lukem Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -28,11 +28,7 @@
 .MAKEOVERRIDES+=LIBDO.${_lib}
 .endif
 LDADD+=                -L${LIBDO.${_lib}} -l${_lib}
-.if exists(${LIBDO.${_lib}}/lib${_lib}.so)
 DPADD+=                ${LIBDO.${_lib}}/lib${_lib}.so
-.else
-DPADD+=                ${LIBDO.${_lib}}/lib${_lib}.a
-.endif
 .endfor
 .endif                                                                 # }
 



Home | Main Index | Thread Index | Old Index