Ticket #24704: patch_configure.diff

File patch_configure.diff, 960 bytes (added by ultrajoe@…, 13 years ago)

Patch file for ffmpeg 0.7.1 that fixes Tiger build problem.

  • configure

    old new  
    24352435        enable malloc_aligned
    24362436        gas="gas-preprocessor.pl $cc"
    24372437        enabled ppc && add_asflags -force_cpusubtype_ALL
    2438         SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
     2438        build_os_ver=$(uname -r)
     2439        if test ${build_os_ver:0:1} = 8; then
     2440                SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION)'
     2441        else
     2442                SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
     2443        fi
    24392444        enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
    24402445        strip="${strip} -x"
    24412446        add_ldflags -Wl,-dynamic,-search_paths_first