Changes between Initial Version and Version 1 of Ticket #70471


Ignore:
Timestamp:
Jul 31, 2024, 3:35:27 PM (7 weeks ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70471 – Description

    initial v1  
    22
    33Got this when preparing an update for `netatalk`, switching to `meson`:
    4 ```
     4{{{
    55Running compile:
    66Working directory:  /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmp81w99i2x
     
    121121Command line: `/opt/local/bin/gcc-mp-14 -L/opt/local/libexec/openssl3/lib -L/opt/local/lib -L/opt/local/lib/db48 -I/opt/local/libexec/openssl3/include -I/opt/local/include/db48 /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmpuk6wfim1/testfile.c -o /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_netatalk/netatalk/work/build/meson-private/tmpuk6wfim1/output.exe -pipe -Os -arch ppc -O0 -std=c11 -Wl,-headerpad_max_install_names` -> 0
    122122Checking for function "strndup" : YES
    123 ```
     123}}}
    124124
    125125Notice, `legacy-support` is not used (I even tried deactivating it), so `strndup` and `strnlen` are not available. But both are misdetected as present.