diff options
-rw-r--r-- | htl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/Makefile b/htl/Makefile index c424bd5..326a920 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -205,6 +205,7 @@ $(inst_libdir)/libpthread_syms.a: $(srcdir)/libpthread_syms.a $(+force) libc-link.so = $(common-objpfx)libc.so extra-B-pthread.so = -B$(common-objpfx)htl/ +LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst include ../Rules |