Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8ab3cc1b
Commit
8ab3cc1b
authored
Apr 27, 2013
by
pali.gabor@gmail.com
Browse files
Set DYNAMIC_GHC_PROGRAMS=NO for FreeBSD because $ORIGIN is not resolved
properly (see #7819)
parent
e5944d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
8ab3cc1b
...
...
@@ -134,6 +134,10 @@ DYNAMIC_TOO = YES
ifeq
"$(TargetOS_CPP)" "mingw32"
# This doesn't work on Windows yet
DYNAMIC_GHC_PROGRAMS
=
NO
else
ifeq
"$(TargetOS_CPP)" "freebsd"
# FreeBSD cannot do proper resolution for $ORIGIN (due to a bug in
# rtld(1)), so disable it by default (see #7819).
DYNAMIC_GHC_PROGRAMS
=
NO
else
DYNAMIC_GHC_PROGRAMS
=
YES
endif
...
...
Write
Preview
Supports
Markdown
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