smock: use $basearch in smock.mock.extra
[fedora-mingw.git] / flexdll / mingw32-flexdll-0.11-real-objdump.patch
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 "i686-pc-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