public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/6] intel_aubdump: Rename intel_aubdump.so to libintel_aubdump.so
@ 2017-09-14  1:10 Jordan Justen
  2017-09-14  1:10 ` [PATCH 2/6] meson: Install libigt.so Jordan Justen
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Jordan Justen @ 2017-09-14  1:10 UTC (permalink / raw)
  To: Intel GFX discussion

The meson shared_library function appears to hard code prefixing the
library name with 'lib'.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
---
 tools/Makefile.am      | 2 +-
 tools/intel_aubdump.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2c7b5799..73811060 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -24,7 +24,7 @@ AM_LDFLAGS = -Wl,--as-needed
 
 # aubdumper
 
-module_LTLIBRARIES = intel_aubdump.la
+module_LTLIBRARIES = libintel_aubdump.la
 moduledir = $(libdir)
 intel_aubdump_la_LDFLAGS = -module -avoid-version -no-undefined
 intel_aubdump_la_SOURCES = aubdump.c
diff --git a/tools/intel_aubdump.in b/tools/intel_aubdump.in
index 977fe951..8bc6b19d 100644
--- a/tools/intel_aubdump.in
+++ b/tools/intel_aubdump.in
@@ -105,7 +105,7 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 
-LD_PRELOAD=${libdir}/intel_aubdump.so${LD_PPRELOAD:+:${LD_PRELOAD}} \
+LD_PRELOAD=${libdir}/libintel_aubdump.so${LD_PPRELOAD:+:${LD_PRELOAD}} \
 	  exec -- "$@" 3<<EOF
 `echo -e $args`
 EOF
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-09-15 13:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14  1:10 [PATCH 1/6] intel_aubdump: Rename intel_aubdump.so to libintel_aubdump.so Jordan Justen
2017-09-14  1:10 ` [PATCH 2/6] meson: Install libigt.so Jordan Justen
2017-09-14 19:13   ` Ville Syrjälä
2017-09-15  0:20     ` Jordan Justen
2017-09-15 11:56       ` Petri Latvala
2017-09-15 13:17         ` Ville Syrjälä
2017-09-14  1:10 ` [PATCH 3/6] meson: Install libintel_aubdump.so Jordan Justen
2017-09-14  1:10 ` [PATCH 4/6] intel_aubdump.in: Set executable permissions (for meson build) Jordan Justen
2017-09-14 19:06   ` Ville Syrjälä
2017-09-14  1:10 ` [PATCH 5/6] meson: Process intel_aubdump.in into intel_aubdump Jordan Justen
2017-09-14 19:10   ` Ville Syrjälä
2017-09-14  1:11 ` [PATCH 6/6] intel_aubdump: Add --no-exec command option Jordan Justen
2017-09-14  1:23   ` Jordan Justen
2017-09-14 11:46 ` [PATCH 1/6] intel_aubdump: Rename intel_aubdump.so to libintel_aubdump.so Petri Latvala
2017-09-14 17:53   ` Jordan Justen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox