Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pbxm-perl-lib-el8
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
static
pbxm-perl-lib-el8
Commits
baf369ac
Commit
baf369ac
authored
Apr 21, 2023
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbd::mysql without ssl
parent
cf75f637
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
pbxm-perl-lib-1.1-34.el8.x86_64.rpm
build/out/pbxm-perl-lib-1.1-34.el8.x86_64.rpm
+0
-0
perl_modules_req.txt
build/perl_modules_req.txt
+1
-1
sitecustomize.pl
usr/local/share/perl5/sitecustomize.pl
+4
-0
No files found.
build/out/pbxm-perl-lib-1.1-34.el8.x86_64.rpm
deleted
100644 → 0
View file @
cf75f637
File deleted
build/perl_modules_req.txt
View file @
baf369ac
...
...
@@ -21,7 +21,7 @@ Crypt::RC4 2.02
Crypt::Random 1.25
UUID 0.28
Compress::Raw::Zlib 2.087|--notest|--force
DBD::mysql
DBD::mysql
4.050|--nossl
Convert::ASN1 0.27
Module::CoreList 5.20200717
ExtUtils::Manifest 1.72
...
...
usr/local/share/perl5/sitecustomize.pl
View file @
baf369ac
...
...
@@ -18,6 +18,10 @@ sub new {
$ENV
{
OPENSSL_INCLUDE
}
=
$ENV
{
OPENSSL_PREFIX
}
.
'/include'
;
$ENV
{
OPENSSL_LIB
}
=
$ENV
{
OPENSSL_PREFIX
}
.
'/lib'
;
$ENV
{
DBD_MYSQL_CFLAGS
}
=
'-I'
.
$ENV
{
OPENSSL_PREFIX
}
.
'/include'
;
$ENV
{
DBD_MYSQL_LIBS
}
=
'-L'
.
$ENV
{
OPENSSL_PREFIX
}
.
'/lib'
;
$ENV
{
DBD_MYSQL_NOSSL
}
=
1
;
$ENV
{
LD_LIBRARY_PATH
}
=
$self
->
{
root
}
.
'/local/usr/lib'
.
(
$ENV
{
LD_LIBRARY_PATH
}
?
(
':'
.
$ENV
{
LD_LIBRARY_PATH
})
:
''
);
$ENV
{
LD_RUN_PATH
}
=
$self
->
{
root
}
.
'/local/usr/lib'
.
(
$ENV
{
LD_RUN_PATH
}
?
(
':'
.
$ENV
{
LD_RUN_PATH
})
:
''
);
$ENV
{
PKG_CONFIG_PATH
}
=
$self
->
{
root
}
.
'/local/usr/lib/pkgconfig'
.
(
$ENV
{
PKG_CONFIG_PATH
}
?
(
':'
.
$ENV
{
PKG_CONFIG_PATH
})
:
''
);
...
...
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