Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/bind/lib/plugins Don't try to install compat pl...



details:   https://anonhg.NetBSD.org/src/rev/372b42ae4bda
branches:  trunk
changeset: 363417:372b42ae4bda
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 11 13:39:01 2022 +0000

description:
Don't try to install compat plugins; they are not useful since we don't
build compat named.

diffstat:

 external/mpl/bind/lib/plugins/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ecc3109495fe -r 372b42ae4bda external/mpl/bind/lib/plugins/Makefile
--- a/external/mpl/bind/lib/plugins/Makefile    Fri Mar 11 01:59:33 2022 +0000
+++ b/external/mpl/bind/lib/plugins/Makefile    Fri Mar 11 13:39:01 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2022/03/07 07:53:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2022/03/11 13:39:01 christos Exp $
 
 LIBISMODULE:=  yes
 LIB=   filter-aaaa
@@ -13,7 +13,7 @@
 
 .PATH: ${DIST}
 
-.if ${MKPIC} != "no"
+.if ${MLIBDIR:Uno} != no && ${MKPIC} != "no"
 .PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
 libinstall:: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
 .else



Home | Main Index | Thread Index | Old Index