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 / Register
Toggle navigation
Open sidebar
ParaView
ParaView-Superbuild
Commits
817bd14f
Commit
817bd14f
authored
Jun 19, 2019
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesa: install with an rpath to find LLVM
parent
dddc72a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
projects/unix/mesa.common.cmake
projects/unix/mesa.common.cmake
+4
-0
No files found.
projects/unix/mesa.common.cmake
View file @
817bd14f
...
...
@@ -71,6 +71,10 @@ superbuild_add_project(${project}
make install
BUILD_IN_SOURCE 1
)
superbuild_append_flags
(
ld_flags
"-Wl,-rpath,<INSTALL_DIR>/lib/mesa:<INSTALL_DIR>/lib"
PROJECT_ONLY
)
# For compatibility on machines with a crufty autotools
superbuild_apply_patch
(
${
project
}
revert-xz
"Revert autoconf dist-xz to dist-bzip2"
)
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
c5318895
·
Jun 20, 2019
mentioned in commit
c5318895
mentioned in commit c53188955ce761f49ae8c7b2191395df21377623
Toggle commit list
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