[haiku-commits] haiku: hrev47793 - build/jam

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Sep 2014 23:09:31 +0200 (CEST)

hrev47793 adds 1 changeset to branch 'master'
old head: f3ed89bb649fdc4c474d74b5afadeb9b24ee3583
new head: 2ba0ffcef0bba2d25c03934277c873f805f649d8
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2ba0ffc+%5Ef3ed89b

----------------------------------------------------------------------------

2ba0ffc: Fix zlib source directory name.
  
  This fixes the non-bootstrap ARM build.
  I'm not sure this is the right fix, the zlib package seems to come with a
  "source" (not "sources") folder on both ARM and x86_gcc2 but then I
  don't understand how this worked for the x86_gcc2 build before.

                                   [ PulkoMandy <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47793
Commit:      2ba0ffcef0bba2d25c03934277c873f805f649d8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2ba0ffc
Author:      PulkoMandy <pulkomandy@xxxxxxxxxxxxx>
Date:        Mon Sep  1 20:57:50 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/BuildFeatures | 2 +-

----------------------------------------------------------------------------

diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures
index 7e0be56..e9fe8fe 100644
--- a/build/jam/BuildFeatures
+++ b/build/jam/BuildFeatures
@@ -438,7 +438,7 @@ if [ IsPackageAvailable zlib_devel ] {
                # sources are required for the primary architecture only
                primary @{
                        file: source zlib_source
-                               sources: 
develop/sources/%portRevisionedName%/sources
+                               sources: 
develop/sources/%portRevisionedName%/source
                }@
                ;
 


Other related posts: