Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Youssefi
otb
Commits
03144ee0
Commit
03144ee0
authored
Dec 11, 2018
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: special behavior for libgomp (on linux)
parent
51476de1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Packaging/Files/linux_pkgsetup.in
Packaging/Files/linux_pkgsetup.in
+1
-1
No files found.
Packaging/Files/linux_pkgsetup.in
View file @
03144ee0
...
...
@@ -50,7 +50,7 @@ fi
unset
LD_LIBRARY_PATH
# we remove files in $OUT_DIR/lib/gtk which we CANNOT add new rpath
BINARY_FILES
=
$(
find
"./lib"
"./bin"
"./plugins"
-type
f
-exec
file
{}
\;
|
grep
-v
'/lib/gtk/'
|
grep
-i
': elf '
|
cut
-f1
-d
':'
)
BINARY_FILES
=
$(
find
"./lib"
"./bin"
"./plugins"
-type
f
-exec
file
{}
\;
|
grep
-v
'/lib/gtk/'
|
grep
-v
'libgomp'
|
grep
-i
': elf '
|
cut
-f1
-d
':'
)
# run patchelf
for
bin_file
in
$BINARY_FILES
;
do
#echo "adding rpath to $bin_file"
...
...
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