diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-08 00:11:13 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-08 00:11:13 +0100 |
commit | ea329b60f5d361ff67f0efc1aa81de7a114abce8 (patch) | |
tree | 8c64f185bc9b1e85d54de8f5c718532d14e6f0e9 | |
parent | 29fd3032cc961c02acd45ef63aa3e687f5cd15af (diff) | |
download | ffmpeg-ea329b60f5d361ff67f0efc1aa81de7a114abce8.tar.gz |
Do not use -mdynamic-no-pic on OSX x86_64.
Fixes default compilation with icc.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4069,7 +4069,7 @@ case $target_os in SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)' objformat="macho" enabled x86_64 && objformat="macho64" - enabled_any pic shared || + enabled_any pic shared x86_64 || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; mingw32*) |