Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GitLab
omnibus
Commits
96d2dc42
Commit
96d2dc42
authored
Nov 13, 2019
by
Lamont Granquist
Browse files
yep, doesn't work on solaris
Signed-off-by:
Lamont Granquist
<
lamont@scriptkiddie.org
>
parent
fc283720
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/omnibus/software.rb
View file @
96d2dc42
...
...
@@ -671,7 +671,7 @@ module Omnibus
{
"CC"
=>
"gcc -m64 -static-libgcc"
,
"LDFLAGS"
=>
"-Wl,-rpath,
#{
install_dir
}
/embedded/lib -L
#{
install_dir
}
/embedded/lib -static-libgcc"
,
"CFLAGS"
=>
"-I
#{
install_dir
}
/embedded/include -O2
-D_FORTIFY_SOURCE=2 -fstack-protector
"
,
"CFLAGS"
=>
"-I
#{
install_dir
}
/embedded/include -O2"
,
}
when
"freebsd"
{
...
...
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