* 10-perl-vendors.patch: refresh * 16-fix-swig3.patch: seems to work fine without it * 20-fix-build-with-python-3.12.patch: seems to work fine without it signing key update, see https://lists.apache.org/thread/jz1j48zrpryw8600n0x7kssvyq90y1fs
23 lines
759 B
Diff
23 lines
759 B
Diff
Install perl modules into vendors
|
|
|
|
From: David Rothenberger <d.rothenberger@entomo.com>
|
|
|
|
|
|
---
|
|
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 6a73b4c..f453fae 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -885,7 +885,7 @@
|
|
./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
|
|
|
$(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile.PL
|
|
- cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix)
|
|
+ cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor
|
|
|
|
# There is a "readlink -f" command on some systems for the same purpose,
|
|
# but it's not as portable (e.g. Mac OS X doesn't have it). These should
|