Source-Changes-HG archive

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

[src/trunk]: src/share/mk Allow LIBISPRIVATE to build a pic version of itself...



details:   https://anonhg.NetBSD.org/src/rev/cdebcb3090d9
branches:  trunk
changeset: 933780:cdebcb3090d9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 30 19:51:32 2020 +0000

description:
Allow LIBISPRIVATE to build a pic version of itself for embedding into
other shared libraries.

diffstat:

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

diffs (18 lines):

diff -r 62898dece6a8 -r cdebcb3090d9 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Sat May 30 19:23:25 2020 +0000
+++ b/share/mk/bsd.lib.mk       Sat May 30 19:51:32 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.381 2020/05/10 06:38:24 maxv Exp $
+#      $NetBSD: bsd.lib.mk,v 1.382 2020/05/30 19:51:32 christos Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -30,7 +30,7 @@
 MKPICINSTALL:= no
 . if defined(NOSTATICLIB) && ${MKPICLIB} != "no"
 MKSTATICLIB:=  no
-. else
+. elif ${MKPICLIB} == "no"
 MKPIC:=                no
 . endif
 MKPROFILE:=    no



Home | Main Index | Thread Index | Old Index