Commit dd8319a2 authored by mru's avatar mru

Do not use -mdynamic-no-pic if PIC is enabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20145 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 89dd9960
......@@ -1901,7 +1901,7 @@ case $target_os in
FFSERVERLDFLAGS=-Wl,-bind_at_load
objformat="macho"
enabled x86_64 && objformat="macho64"
enabled shared ||
enabled_any pic shared ||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
mingw32*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment