Sukapura: tdf#147664 Shrink some icons to make them balance
[LibreOffice.git] / external / firebird / firebird.disable-ib-util-not-found.patch.1
blob86dedd0dd2ec1dbe44e58b656fd4d6243fa81ad2
1 --- firebird.org/src/jrd/fun.epp        2015-01-23 22:11:26.751475044 +0100
2 +++ firebird/src/jrd/fun.epp    2015-01-23 22:16:42.507322568 +0100
3 @@ -164,10 +164,14 @@
4         if (tryLibrary(LIBNAME, message[3]))
5                 return;
6  
7 +        /* fdo#72543: quote from https://bugs.freedesktop.org/show_bug.cgi?id=72543#c8
8 +           "we don't need UDF support for embedded firebird,
9 +            hence the lack of ib_util isn't an issue and can safely be ignored"
10         // all failed - log error
11         gds__log("ib_util init failed, UDFs can't be used - looks like firebird misconfigured\n"
12                          "\t%s\n\t%s\n\t%s\n\t%s", message[0].c_str(), message[1].c_str(),
13                                                                            message[2].c_str(), message[3].c_str());
14 +        */
15  }
17  void* IbUtil::alloc(long size)