mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-now
The audit module itself can be linked with BIND_NOW; it does not
affect its functionality.
This should complete the leftovers from commit
2d6ab5df3b
("Document and fix
--enable-bind-now [BZ #21015]").
This commit is contained in:
parent
a8ff215e56
commit
c57afec0a9
@ -1,3 +1,8 @@
|
||||
2019-04-26 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-now.
|
||||
* elf/Makefile (LDFLAGS-sotruss-lib.so): Set.
|
||||
|
||||
2019-04-26 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
Makeconfig: Move -Wl,-rpath-link options before library references.
|
||||
|
@ -125,6 +125,7 @@ install-others += $(inst_auditdir)/sotruss-lib.so
|
||||
install-bin-script += sotruss
|
||||
generated += sotruss
|
||||
libof-sotruss-lib = extramodules
|
||||
LDFLAGS-sotruss-lib.so += $(z-now-$(bind-now))
|
||||
$(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os
|
||||
$(build-module-asneeded)
|
||||
$(objpfx)sotruss-lib.so: $(common-objpfx)libc.so $(objpfx)ld.so \
|
||||
|
Loading…
Reference in New Issue
Block a user