[Pkg-security-team] Review of ncrack and t50

Marcos Fouces mfouces at yahoo.es
Wed Jul 27 21:44:12 UTC 2016


Hello

I just pushed a patch for configure.ac file in order to inject this "-g" 
flag.

I don't know if it is the better approach to do this but it seems to works.

Greetings.

Marcos


El 26/07/16 a las 14:30, Raphael Hertzog escribió:
> Hi,
>
> On Mon, 25 Jul 2016, Marcos Fouces wrote:
>> The default behavior (without overrides) triggers this warning:
>>
>> W: t50-dbgsym: debug-file-with-no-debug-symbols
> This usually means that the build system did not pass "-g" into CFLAGS,
> this seems confirmed by configure.ac:
>
>      # For now, this system will compile ok only on Intel/AMD x86 platforms.
>      AC_ARG_ENABLE([debug],
>        AS_HELP_STRING([--enable-debug], [Enable T50 debug information]),
>        [CFLAGS="-O0 -g -D__HAVE_DEBUG__"],
>        [CFLAGS="-O3 -march=native"; if grep -q '^flags.*:.*movbe' /proc/cpuinfo; then CFLAGS="$CFLAGS -mmovbe"; fi])
>
> Please inject the "-g" to CFLAGS with DEB_CFLAGS_MAINT_PREPEND for example (cf
> man dpkg-buildflags).
>
> Cheers,




More information about the Pkg-security-team mailing list