077c9d
commit c57afec0a9b318bb691e0f5fa4e9681cf30df7a4
077c9d
Author: Florian Weimer <fweimer@redhat.com>
077c9d
Date:   Fri Apr 26 07:16:56 2019 +0200
077c9d
077c9d
    elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-now
077c9d
    
077c9d
    The audit module itself can be linked with BIND_NOW; it does not
077c9d
    affect its functionality.
077c9d
    
077c9d
    This should complete the leftovers from commit
077c9d
    2d6ab5df3b675e96ee587ae6a8c2ce004c6b1ba9 ("Document and fix
077c9d
    --enable-bind-now [BZ #21015]").
077c9d
077c9d
diff --git a/elf/Makefile b/elf/Makefile
077c9d
index f5285b99e22fe84d..9194339836900b9d 100644
077c9d
--- a/elf/Makefile
077c9d
+++ b/elf/Makefile
077c9d
@@ -133,6 +133,7 @@ install-others += $(inst_auditdir)/sotruss-lib.so
077c9d
 install-bin-script += sotruss
077c9d
 generated += sotruss
077c9d
 libof-sotruss-lib = extramodules
077c9d
+LDFLAGS-sotruss-lib.so += $(z-now-$(bind-now))
077c9d
 $(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os
077c9d
 	$(build-module-asneeded)
077c9d
 $(objpfx)sotruss-lib.so: $(common-objpfx)libc.so $(objpfx)ld.so \