Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
9c356e25
Commit
9c356e25
authored
Oct 17, 2011
by
Sean McGovern
Committed by
Fiona Glaser
Oct 21, 2011
Browse files
Add /usr/lib/{64/}values-xpg6.o to $LDFLAGS on Solaris
This is required for POSIX.1-2001 compliance.
parent
6c50ab56
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
9c356e25
...
...
@@ -474,6 +474,11 @@ case $host_os in
SYS
=
"SunOS"
define HAVE_MALLOC_H
LDFLAGS
=
"
$LDFLAGS
-lm"
if
cc_check
""
/usr/lib/64/values-xpg6.o
;
then
LDFLAGS
=
"
$LDFLAGS
/usr/lib/64/values-xpg6.o"
else
LDFLAGS
=
"
$LDFLAGS
/usr/lib/values-xpg6.o"
fi
HAVE_GETOPT_LONG
=
0
;;
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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