Re: [PATCH] ft-hb.c: define _GNU_SOURCE for RTLD_DEFAULT

2025-06-18 Thread Werner LEMBERG
> I suggest applying this as well, which is what you describe in my > commit but is not actually done in the code: [...] Sorry for the delay in applying the patch; I lost track of the e-mail. Now applied to git, thanks. Werner

Re: [PATCH] ft-hb.c: define _GNU_SOURCE for RTLD_DEFAULT

2025-06-04 Thread Behdad Esfahbod
Hi Werner, I suggest applying this as well, which is what you describe in my commit but is not actually done in the code: ```patch diff --git a/src/autofit/ft-hb.c b/src/autofit/ft-hb.c index bcb4c932f..3c145d046 100644 --- a/src/autofit/ft-hb.c +++ b/src/autofit/ft-hb.c @@ -101,8 +101,11 @@ #el

Re: [PATCH] ft-hb.c: define _GNU_SOURCE for RTLD_DEFAULT

2025-06-02 Thread Werner LEMBERG
> RTLD_DEFAULT may be guarded by __USE_GNU which then would lead to build > failures. [...] Thanks for your two patches; I will soon take care of them. Werner

[PATCH] ft-hb.c: define _GNU_SOURCE for RTLD_DEFAULT

2025-05-28 Thread Ozkan Sezer
RTLD_DEFAULT may be guarded by __USE_GNU which then would lead to build failures. --- src/autofit/ft-hb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/autofit/ft-hb.c b/src/autofit/ft-hb.c index 105d149..14d4276 100644 --- a/src/autofit/ft-hb.c +++ b/src/autofit/f