Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
86dcf2f3
Commit
86dcf2f3
authored
Jan 11, 2015
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freebsd: Use -Wl,-rpath to set rpath.
parent
20525ae7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ChangeLog
ChangeLog
+3
-0
aclocal.m4
aclocal.m4
+1
-1
No files found.
ChangeLog
View file @
86dcf2f3
2015-01-11 Niels Möller <nisse@lysator.liu.se>
* aclocal.m4 (LSH_RPATH_INIT): Handle freebsd, in the same way as
gnu/linux, with -Wl,-rpath,.
Merged memxor-reorg changes, starting at 2014-10-23.
2015-01-10 Niels Möller <nisse@lysator.liu.se>
...
...
aclocal.m4
View file @
86dcf2f3
...
...
@@ -109,7 +109,7 @@ case "$host_os" in
RPATHFLAG=-R
fi
;;
linux*)
RPATHFLAG="-Wl,-rpath," ;;
linux*
|freebsd*
) RPATHFLAG="-Wl,-rpath," ;;
*) RPATHFLAG="" ;;
esac
...
...
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