summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-24 14:29:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-24 14:29:29 +0100
commit9c555bca68cf3f168c2e4ffcb5b4dacbda8366bf (patch)
tree1873b06aef23ed2fb27840bf1f2ef77ecbcde0a3 /configure
parentb4581e9394c9f97d08af814d09337ed16f21cfe0 (diff)
parent528878ee7b377e23a194d7c801571d97793047e0 (diff)
Merge commit '528878ee7b377e23a194d7c801571d97793047e0'
* commit '528878ee7b377e23a194d7c801571d97793047e0': openbsd: configure: Stop enabling PIC by default Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index a741fc36df..d3ab5a4fa7 100755
--- a/configure
+++ b/configure
@@ -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)'