> 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
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
> 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
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