loqs

Results 48 comments of loqs

Unfortunately I do not have any experience with FIPS either. The builds I have tested with are 1.1.1.q which being 1.1 based has no FIPS support and 3.0.5 built with...

> To sum things up: when #955 merges - will that mean that your issue is resolved? Yes

I dropped CPPFLAGS as they are not used in / passed from https://github.com/FirebirdSQL/firebird/blob/09b624f38d39a6531d2784236d84b3196046e64a/builds/posix/Makefile.in#L192 or https://github.com/FirebirdSQL/firebird/blob/09b624f38d39a6531d2784236d84b3196046e64a/builds/posix/Makefile.in#L392

``` $ readelf -n ./extern/decNumber/libdecFloat.a File: ./extern/decNumber/libdecFloat.a(decContext.o) Displaying notes found in: .note.gnu.property Owner Data size Description GNU 0x00000020 NT_GNU_PROPERTY_TYPE_0 Properties: x86 ISA used: x86-64-baseline x86 feature used: x86 File: ./extern/decNumber/libdecFloat.a(decDouble.o)...

@david-geiger does https://gist.github.com/loqs/22fe9db0bb92f0a85da2fbfa86dadeb2 work for you?

@renaudallard any ideas on what the issue with the change to PCRE 2 could be?

Please see the change I made in [df4a34e1debfddddc14f1e71709ea3a71ce643f5](https://github.com/dlundquist/sniproxy/compare/aa2e5eed07917703150a534011fc0e34fe182ee9..df4a34e1debfddddc14f1e71709ea3a71ce643f5). I hope that fixes the issue.

Perhaps update gtest to 1.13.0 or newer in a separate commit as part of this pull?

Would it be acceptable to filter out TomCryptHash.o when WITH_TOMCRYPT=N? ```diff diff --git a/builds/posix/make.shared.variables b/builds/posix/make.shared.variables index 5074e5cf68..a3d537fda8 100644 --- a/builds/posix/make.shared.variables +++ b/builds/posix/make.shared.variables @@ -27,6 +27,9 @@ AllObjects= # Common files...

See also https://github.com/RemiArnaud/OpenCOLLADA/issues/4 If it helps I attempted to convert OpenCOLLADA to PCRE 2 in https://github.com/loqs/OpenCOLLADA/tree/pcre2 it does build and blender does build with it with minimal changes for the...