From a6b0bdf550f2e93bb5c349eebd08c730894985fc Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 3 Dec 2014 17:42:38 +0100 Subject: [PATCH] Fixed some things --- .../extrafiles/stow/fix-warning-message-perl5.20.patch | 1 + tools/satellites/linux-api.sat | 4 ++-- tools/satellites/openssl.sat | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/satellites/extrafiles/stow/fix-warning-message-perl5.20.patch b/tools/satellites/extrafiles/stow/fix-warning-message-perl5.20.patch index d7c12a8..7932778 100644 --- a/tools/satellites/extrafiles/stow/fix-warning-message-perl5.20.patch +++ b/tools/satellites/extrafiles/stow/fix-warning-message-perl5.20.patch @@ -1,3 +1,4 @@ +# Source: ArchLinux (https://projects.archlinux.org/svntogit/community.git/tree/trunk/01-fix-warning-message-perl5.20.patch?h=packages/stow) # https://projects.archlinux.org/svntogit/community.git/plain/trunk/01-fix-warning-message-perl5.20.patch?h=packages/stow --- a/lib/Stow.pm.in 2012-02-18 20:33:34.000000000 +0000 +++ b/lib/Stow.pm.in 2014-06-08 22:46:03.420893651 +0100 diff --git a/tools/satellites/linux-api.sat b/tools/satellites/linux-api.sat index 77fc2ba..dec535a 100644 --- a/tools/satellites/linux-api.sat +++ b/tools/satellites/linux-api.sat @@ -3,9 +3,9 @@ name=$srcname-api version=3.17.4 dlextract "https://www.kernel.org/pub/$srcname/kernel/v3.x/$srcname-$version.tar.xz" \ - "d0e66347360aceb3cdb94f5d1d7880f2" + "ce49828adecf8908eb3a9ffc5b860d44" -cd "$name-$version" +cd "$srcname-$version" make mrproper make INSTALL_HDR_PATH="$dir_install/tools" headers_install diff --git a/tools/satellites/openssl.sat b/tools/satellites/openssl.sat index 7c1b5ff..19d75d7 100644 --- a/tools/satellites/openssl.sat +++ b/tools/satellites/openssl.sat @@ -7,6 +7,7 @@ dlextract "https://www.openssl.org/source/$name-$version.tar.gz" \ cd "$name-$version" ./config --prefix=/tools shared -make INSTALL_PREFIX="$dir_install" all install_sw +# This makefile fails when building in parallel +make -j1 all; make -j1 INSTALL_PREFIX="$dir_install" install_sw # vim:set tabstop=4 shiftwidth=4 syntax=sh et: