projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d1338
)
alpha needs -fPIC for shared libs
author
Måns Rullgård
<mans@mansr.com>
Sun, 11 Dec 2005 00:45:33 +0000
(
00:45
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 11 Dec 2005 00:45:33 +0000
(
00:45
+0000)
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index a0acc8de3cbba36ad94c4413a07f93a606a3565e..80948786c26ec9465697a31a4c89e0586fe8740b 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1184,7
+1184,7
@@
fi
if test "$lshared" = "yes" ; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
- if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then
+ if test "$cpu" = "x86_64" -o "$cpu" = "ia64"
-o "$cpu" = "alpha"
; then
LIBOBJFLAGS="\$(PIC)"
fi
fi