44 lines
1.8 KiB
Diff
44 lines
1.8 KiB
Diff
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile for SVN::_Core
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.client for SVN::_Client
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.delta for SVN::_Delta
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.fs for SVN::_Fs
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.ra for SVN::_Ra
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.repos for SVN::_Repos
|
|
Note (probably harmless): No library found for -lsvn_swig_perl-1
|
|
Writing Makefile.wc for SVN::_Wc
|
|
|
|
Makefile.in | 9 +++++----
|
|
1 files changed, 5 insertions(+), 4 deletions(-)
|
|
|
|
Index: subversion-1.3.x/Makefile.in
|
|
===================================================================
|
|
--- subversion-1.3.x.orig/Makefile.in
|
|
+++ subversion-1.3.x/Makefile.in
|
|
@@ -615,15 +615,16 @@ clean-swig-headers:
|
|
rm -f $(SWIG_PY_DIR)/*.py; \
|
|
fi
|
|
|
|
+swig-pl_native_Makefile_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
|
|
+ libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl
|
|
+
|
|
$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
|
|
./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
|
|
|
-$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
|
|
+$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS)
|
|
cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
|
|
|
|
-swig-pl_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
|
|
- libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \
|
|
- $(SWIG_PL_DIR)/native/Makefile
|
|
+swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile
|
|
swig-pl: $(swig-pl_DEPS)
|
|
cd $(SWIG_PL_DIR)/native; $(MAKE)
|
|
|