Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
e489b2f6
Commit
e489b2f6
authored
May 10, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add DBD-mysql-4.027.rpathsupport.patch.
parent
850c2c9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
component/perl-DBD-MySQL/DBD-mysql-4.027.rpathsupport.patch
component/perl-DBD-MySQL/DBD-mysql-4.027.rpathsupport.patch
+16
-0
No files found.
component/perl-DBD-MySQL/DBD-mysql-4.027.rpathsupport.patch
0 → 100644
View file @
e489b2f6
--- DBD-mysql-4.027/Makefile.PL.orig 2014-03-14 19:34:06.000000000 +0100
+++ DBD-mysql-4.027/Makefile.PL 2014-05-10 07:34:50.497350471 +0200
@@ -974,7 +974,12 @@
delete $params{ABSTRACT_FROM} if $] < 5.005;
delete $params{BINARY_LOCATION} if $] < 5.005;
- ExtUtils::MakeMaker::WriteMakefile(%params);
+ my %config;
+ if (defined($ENV{'OTHERLDFLAGS'})) {
+ $config{dynamic_lib} = { OTHERLDFLAGS => " $ENV{'OTHERLDFLAGS'} " };
+ }
+
+ ExtUtils::MakeMaker::WriteMakefile(%params, %config);
}
__DATA__
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment