Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia
**Describe the bug** I'm building with `-Wl,-rpath,/opt/X11/lib/asan` in LDFLAGS. During build, this is passed as expected and the resulting binary has the correct LC_RPATH load command. When I install, the...
**Describe the bug** cc.get_define uses $CFLAGS with -E. That is not legal. You should only be using $CPPFLAGS when using $CC -E. Using $CFLAGS causes configure to fail when building...
Please define the struct in the header. Failure to do so results in build failures in clients such as Wayland: ``` ../src/event-loop.c:261:20: error: variable has incomplete type 'struct itimerspec' struct...