updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / mingw32-flexdll / mingw32-flexdll-0.11-real-objdump.patch.templ
blobe47a2995370792d08d065ad9d9384696d8ce7ea5
1 --- flexdll/reloc.ml.orig       2008-11-17 12:59:13.000000000 +0000
2 +++ flexdll/reloc.ml    2008-11-17 12:59:21.000000000 +0000
3 @@ -436,7 +436,7 @@
4        failwith "Creation of import library not supported for this toolchain"\r
5    | `CYGWIN | `MINGW ->\r
6        let dmp = temp_file "dyndll" ".dmp" in\r
7 -      if cmd_verbose (Printf.sprintf "objdump -p %s > %s" fn dmp) <> 0\r
8 +      if cmd_verbose (Printf.sprintf "%%mingw32%%-objdump -p %s > %s" fn dmp) <> 0\r
9        then failwith "Error while extracting exports from a DLL";\r
10        parse_dll_exports dmp\r
11  \r