subversion-perl: fix parallel build

Without this patch, the build could race and the perl module wouldn't
link correctly.
This commit is contained in:
Dominik Honnef 2014-10-27 13:13:37 +01:00
parent d9facc579a
commit 4582048275
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- Makefile.in.orig 2011-07-16 13:50:53.000000000 +0200
+++ Makefile.in 2012-03-11 12:13:57.000000000 +0100
@@ -732,7 +732,7 @@
extraclean-swig-headers: clean-swig-headers
$(EXTRACLEAN_SWIG_HEADERS)
-$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
+$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in libsvn_swig_perl
./config.status subversion/bindings/swig/perl/native/Makefile.PL
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL

View file

@ -1,7 +1,7 @@
# Template file for 'subversion'
pkgname=subversion
version=1.8.10
revision=3
revision=4
short_desc="Enterprise-class centralized version control for the masses"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Apache-2.0, BSD"