On Mon, Sep 19, 2022 at 3:10 PM Jeremy Sowden <jer...@azazel.net> wrote:
> On 2022-09-18, at 20:35:37 -0400, Aaron Boxer wrote: > > https://qa.debian.org/bls/packages/l/libgrokj2k.html > > > > >From the build logs, I am unable to find which compiler flags are > hidden. > > What's the best way of getting more information about the warning ? > > Running blhc on a couple of the build-logs yields this warning: > > LDFLAGS missing (-Wl,-z,now): /usr/bin/c++ -fPIC -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 > -Wl,-z,relro -shared -Wl,-soname,libgrokj2k_plugin.so.1 -o > ../../../bin/libgrokj2k_plugin.so.10.0.2 > CMakeFiles/grokj2k_plugin.dir/Plugin.cpp.o > > J. > Thanks, Jeremy. That was indeed one of the warnings. The others I fixed by configuring cmake for verbose builds.