@ -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
@ -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
@ -7,6 +7,7 @@ dlextract "https://www.openssl.org/source/$name-$version.tar.gz" \
./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: