$NetBSD: patch-aa,v 1.7 2009/10/14 06:40:08 adam Exp $ --- Jamroot.orig 2009-08-23 18:17:37.000000000 +0200 +++ Jamroot @@ -251,6 +251,10 @@ rule libraries-to-install ( existing-lib ECHO "error: both --with- and --without- specified" ; EXIT ; } + if $(without-parameter) && $(without-parameter) = "*" + { + without-parameter = $(existing-libraries) ; + } local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ; if $(wrong) @@ -439,6 +443,7 @@ install stage-proper : $(stage-locate)/lib on LIB on + @PREFIX@/lib ; explicit stage-proper ;