diff options
author | Martin Storsjö <martin@martin.st> | 2013-05-13 12:06:40 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-13 20:20:55 +0300 |
commit | 05165c2f7a248037d0099f6821dc9e4a78071ffa (patch) | |
tree | 1b9256dfd09a7732cc20913fc1f6799820d928cc /configure | |
parent | 1399931d07f0f37ef4526eb8d39d33c64e09618a (diff) | |
download | ffmpeg-05165c2f7a248037d0099f6821dc9e4a78071ffa.tar.gz |
configure: Disable PIC for cygwin just as for win32/mingw
If this is explicitly disabled for win32/mingw, it should also
be disabled for cygwin, for consistency and for the same reasons
as for win32/mingw.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3084,6 +3084,7 @@ case $target_os in SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a' objformat="win32" enable dos_paths + disable pic ;; *-dos|freedos|opendos) network_extralibs="-lsocket" |