X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=flexdll%2Fmingw32-flexdll-0.11-real-objdump.patch;fp=flexdll%2Fmingw32-flexdll-0.11-real-objdump.patch;h=7a731be1a2c198a9d778b579d27e362e349ac2a1;hb=df9c54ab7c5ede49d0b14ecdf87755f7c70e7bf8;hp=0000000000000000000000000000000000000000;hpb=74c1a75906c6143b2060c03923c919332a905f84;p=fedora-mingw.git diff --git a/flexdll/mingw32-flexdll-0.11-real-objdump.patch b/flexdll/mingw32-flexdll-0.11-real-objdump.patch new file mode 100644 index 0000000..7a731be --- /dev/null +++ b/flexdll/mingw32-flexdll-0.11-real-objdump.patch @@ -0,0 +1,11 @@ +--- flexdll/reloc.ml.orig 2008-11-17 12:59:13.000000000 +0000 ++++ flexdll/reloc.ml 2008-11-17 12:59:21.000000000 +0000 +@@ -436,7 +436,7 @@ + failwith "Creation of import library not supported for this toolchain" + | `CYGWIN | `MINGW -> + let dmp = temp_file "dyndll" ".dmp" in +- if cmd_verbose (Printf.sprintf "objdump -p %s > %s" fn dmp) <> 0 ++ if cmd_verbose (Printf.sprintf "i686-pc-mingw32-objdump -p %s > %s" fn dmp) <> 0 + then failwith "Error while extracting exports from a DLL"; + parse_dll_exports dmp +