feh icon indicating copy to clipboard operation
feh copied to clipboard

Update imlib.c to include #define _GNU_SOURCE

Open JeffreyDeanBrown opened this issue 6 months ago • 0 comments

this is a fix for #791 I don't know if you want to include this as a compiler flag instead of explicitly calling it in every file that needs it, but this was enough to fix the aarch64 linux compilation issue. It looks like _GNU_SOURCE is also defined in strverscmp.c and feh.h.

JeffreyDeanBrown avatar Aug 11 '25 18:08 JeffreyDeanBrown