From 2ba0ffcef0bba2d25c03934277c873f805f649d8 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Mon, 1 Sep 2014 22:57:50 +0200 Subject: [PATCH] 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. --- build/jam/BuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 7e0be56af3..e9fe8fe494 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 }@ ;