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:
9ea583e
)
Add parisc* to the list of architectures requiring PIC flags for shared libs.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Jul 2008 12:40:11 +0000
(12:40 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Jul 2008 12:40:11 +0000
(12:40 +0000)
Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
e7b1f95
..
73731a5
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1866,7
+1866,7
@@
if enabled shared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "$arch" in
- x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;;
+ x86_64|ia64|alpha|sparc*|power*
|parisc*
) LIBOBJFLAGS='$(PIC)' ;;
esac
fi
fi