Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
1189ff23
Commit
1189ff23
authored
Feb 01, 2017
by
mark
Browse files
BUG: pkgconfigPrefix calling the incorrect backend
ENH: avoid editing pkgconfig symlinks
parent
5c09a643
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/pkgconfigPrefix
View file @
1189ff23
...
...
@@ -76,7 +76,7 @@ do
usage
;;
*
)
pkgconfig
Adjust
"
$1
"
pkgconfig
NewPrefix
"
$1
"
;;
esac
shift
...
...
etc/tools/ThirdPartyFunctions
View file @
1189ff23
...
...
@@ -281,7 +281,7 @@ pkgconfigNewPrefix()
[
-d
"
$dir
/
$libdir
"
]
||
continue
for
i
in
$dir
/
$libdir
/
*
.pc
do
if
[
-f
"
$i
"
]
if
[
-f
"
$i
"
-a
!
-L
"
$i
"
]
then
nfiles
=
"x
$nfiles
"
sed
-i
-e
's@^\(prefix=\).*$@\1'
"
$dir
@"
$i
...
...
@@ -329,7 +329,7 @@ pkgconfigAdjust()
[
-d
"
$dir
/
$libdir
"
]
||
continue
for
i
in
$dir
/
$libdir
/
*
.pc
do
if
[
-f
"
$i
"
]
if
[
-f
"
$i
"
-a
!
-L
"
$i
"
]
then
nfiles
=
"x
$nfiles
"
sed
-i
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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