diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-24 14:29:29 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-24 14:29:29 +0100 |
commit | 9c555bca68cf3f168c2e4ffcb5b4dacbda8366bf (patch) | |
tree | 1873b06aef23ed2fb27840bf1f2ef77ecbcde0a3 | |
parent | b4581e9394c9f97d08af814d09337ed16f21cfe0 (diff) | |
parent | 528878ee7b377e23a194d7c801571d97793047e0 (diff) | |
download | ffmpeg-9c555bca68cf3f168c2e4ffcb5b4dacbda8366bf.tar.gz |
Merge commit '528878ee7b377e23a194d7c801571d97793047e0'
* commit '528878ee7b377e23a194d7c801571d97793047e0':
openbsd: configure: Stop enabling PIC by default
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3154,12 +3154,6 @@ case $target_os in enabled gcc || check_ldflags -Wl,-zmuldefs ;; openbsd|bitrig) - # On OpenBSD 4.5. the compiler does not use PIC unless - # explicitly using -fPIC. FFmpeg builds fine without PIC, - # however the generated executable will not do anything - # (simply quits with exit-code 1, no crash, no output). - # Thus explicitly enable PIC here. - enable pic disable symver SHFLAGS='-shared' SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)' |