Module: libav Branch: master Commit: 05165c2f7a248037d0099f6821dc9e4a78071ffa
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Mon May 13 12:06:40 2013 +0300 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ö <[email protected]> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index b67a8bf..c84050c 100755 --- a/configure +++ b/configure @@ -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" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
