summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-aa
blob: d4f01607ed441c8fe6817a24967694a91c6aca3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.8 2010/11/26 20:47:01 adam Exp $

--- Jamroot.orig	2010-11-17 09:51:56.000000000 +0000
+++ Jamroot
@@ -269,6 +269,10 @@ rule libraries-to-install ( existing-lib
        ECHO "error: both --with-<library> and --without-<library> specified" ;
        EXIT ;
    }
+   if $(without-parameter) && $(without-parameter) = "*"
+   {
+       without-parameter = $(existing-libraries) ;
+   }
 
    local wrong = [ set.difference $(with-parameter) : $(existing-libraries) ] ;
    if $(wrong)
@@ -464,6 +468,7 @@ install stage-proper
     : <location>$(stage-locate)/lib
       <install-dependencies>on <install-type>LIB
       <install-no-version-symlinks>on
+      <dll-path>@PREFIX@/lib
     ;
 explicit stage-proper ;