Skip to content
Snippets Groups Projects
Commit d488c3bc authored by Brad Smith's avatar Brad Smith Committed by Diego Biurrun
Browse files

configure: support Bitrig OS


Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent b64a72e1
No related branches found
No related tags found
No related merge requests found
...@@ -2595,7 +2595,7 @@ case $target_os in ...@@ -2595,7 +2595,7 @@ case $target_os in
oss_indev_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
;; ;;
openbsd) openbsd|bitrig)
# On OpenBSD 4.5. the compiler does not use PIC unless # On OpenBSD 4.5. the compiler does not use PIC unless
# explicitly using -fPIC. Libav builds fine without PIC, # explicitly using -fPIC. Libav builds fine without PIC,
# however the generated executable will not do anything # however the generated executable will not do anything
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment