aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index a1da72faa2..7ad3c2638e 100755
--- a/configure
+++ b/configure
@@ -1916,9 +1916,10 @@ case $target_os in
;;
openbsd)
enable malloc_aligned
- # 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).
+ # 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
SHFLAGS='-shared'