[Reproducible-commits] [libextutils-depends-perl] 34/187: - In get_makefile_vars, comment out the code that put the installed libraries into @OBJECT, which caused them to get deleted on realclean.
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.
commit 7115be46e21b1bc1937bd82c844953aad250daca
Author: Torsten Schönfeld <tsch at src.gnome.org>
Date: Mon Jul 11 22:18:12 2005 +0000
- In get_makefile_vars, comment out the code that put the installed
libraries into @OBJECT, which caused them to get deleted on
realclean.
svn path=/trunk/; revision=50
---
Changes | 3 +++
lib/ExtUtils/Depends.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 58cd5e3..65d9d4e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension ExtUtils::Depends.
0.--- Mon Apr 4 22:49:35 EDT 2005
- Correct a typo in the synopsis.
+ - In get_makefile_vars, comment out the code that put the installed
+ libraries into @OBJECT, which caused them to get deleted on
+ realclean.
0.205 Sun Jan 23 13:20:14 EST 2005
- Disable the RPM-related postamble on Win32. The 'date' command
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 58e3703..2df269b 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -285,7 +285,7 @@ sub get_makefile_vars {
#LIBS => join (' ', uniquify $self->find_extra_libs, @libsbits),
TYPEMAPS => [@typemaps],
);
- push @OBJECT, $self->find_extra_libs;
+ #push @OBJECT, $self->find_extra_libs;
# we don't want to provide these if there is no data in them;
# that way, the caller can still get default behavior out of
# MakeMaker when INC, LIBS and TYPEMAPS are all that are required.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git
More information about the Reproducible-commits
mailing list