[perl-ExtUtils-Depends] Depends.pm: use $DLEXT instead of $SO for library filename extensions
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-Depends] Depends.pm: use $DLEXT instead of $SO for library filename extensions
- Date: Sat, 2 Aug 2014 22:38:43 +0000 (UTC)
commit 06b52ec4243c67ad01399da8d0adfab96ba14043
Author: Brian Manning <bmanning 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 files changed, 1 insertions(+), 1 deletions(-)
---
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__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]