Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pbxm-perl-lib-el7
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-el7
Commits
bd5640a1
Commit
bd5640a1
authored
4 years ago
by
Andrey Shevchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved to new home
parent
b767d138
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sitecustomize.pl
usr/local/share/perl5/sitecustomize.pl
+2
-2
No files found.
usr/local/share/perl5/sitecustomize.pl
View file @
bd5640a1
...
@@ -14,8 +14,8 @@ sub new {
...
@@ -14,8 +14,8 @@ sub new {
$self
->
{
force_libs
}
//
=
[
'/usr/libexec/webmin'
,
'/usr/libexec/webmin/asterisk'
];
$self
->
{
force_libs
}
//
=
[
'/usr/libexec/webmin'
,
'/usr/libexec/webmin/asterisk'
];
$ENV
{
LD_LIBRARY_PATH
}
=
$self
->
{
root
}
.
'/local/usr/lib'
.
(
$ENV
{
LD_LIBRARY_PATH
}
?
(
':'
.
$ENV
{
LD_LIBRARY_PATH
})
:
''
);
$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
{
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
})
:
''
);
$ENV
{
PKG_CONFIG_PATH
}
=
$self
->
{
root
}
.
'/local/usr/lib/pkgconfig'
.
(
$ENV
{
PKG_CONFIG_PATH
}
?
(
':'
.
$ENV
{
PKG_CONFIG_PATH
})
:
''
);
$self
->
init_data
();
$self
->
init_data
();
$self
->
init_inc
()
unless
$self
->
{
no_change_inc
};
$self
->
init_inc
()
unless
$self
->
{
no_change_inc
};
...
...
This diff is collapsed.
Click to expand it.
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