Skip to content
Snippets Groups Projects
Commit ddc9bc77 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

configure: try to support clang on netbsd


The headers on netbsd are not fully C99 compatible which leads to multiple
definitions of symbols in clang bit not with gcc.
AFAIK this has been fixed in netbsd trunk (didnt check though)

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 8e082df0
Branches
Tags
No related merge requests found
...@@ -2992,6 +2992,7 @@ case $target_os in ...@@ -2992,6 +2992,7 @@ case $target_os in
disable symver disable symver
oss_indev_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
enabled gcc || check_ldflags -Wl,-zmuldefs
;; ;;
openbsd|bitrig) openbsd|bitrig)
# On OpenBSD 4.5. the compiler does not use PIC unless # On OpenBSD 4.5. the compiler does not use PIC unless
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment