summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-aa
blob: 2739b5471da1d9edf6807d29449ee6f94992144e (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.6 2009/09/20 10:29:07 tnn Exp $

--- Jamroot.orig
+++ Jamroot
@@ -253,6 +255,10 @@
        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)
@@ -398,6 +404,7 @@
     :   <location>$(stage-locate)/lib
         <install-dependencies>on <install-type>LIB 
         <install-no-version-symlinks>on
+	<dll-path>@PREFIX@/lib
     ;
 explicit stage-proper ;