[Reproducible-commits] [libextutils-depends-perl] 136/187: Depends.pm: use $DLEXT instead of $SO for library filename extensions
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:57 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 06b52ec4243c67ad01399da8d0adfab96ba14043
Author: Brian Manning <bmanning at src.gnome.org>
Date: Wed Jul 30 23:48:22 2014 -0700
Depends.pm: use $DLEXT instead of $SO for library filename extensions
- Patch file 'ExtUtils-Depends-part1-dlext.diff' from kmx in RT#92699
---
lib/ExtUtils/Depends.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index a449176..2a5b527 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -356,7 +356,7 @@ sub static_lib {
return <<"__EOM__"
# This isn't actually a static lib, it just has the same name on Win32.
\$(INST_DYNAMIC_LIB): \$(INST_DYNAMIC)
- $DLLTOOL --def \$(EXPORT_LIST) --output-lib \$\@ --dllname \$(BASEEXT).\$(SO) \$(INST_DYNAMIC)
+ $DLLTOOL --def \$(EXPORT_LIST) --output-lib \$\@ --dllname \$(DLBASE).\$(DLEXT) \$(INST_DYNAMIC)
dynamic:: \$(INST_DYNAMIC_LIB)
__EOM__
--
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