25816356 64-bit gnome-terminal program has 32-bit /usr/lib directory in RUNPATH
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 31 Mar 2017 15:12:56 -0700
changeset 7824 038ded000355
parent 7823 6a1d28f6325f
child 7825 c0f7360a6135
25816356 64-bit gnome-terminal program has 32-bit /usr/lib directory in RUNPATH
components/gnome/gnome-terminal/uuid.pc
--- a/components/gnome/gnome-terminal/uuid.pc	Fri Mar 31 14:29:17 2017 -0700
+++ b/components/gnome/gnome-terminal/uuid.pc	Fri Mar 31 15:12:56 2017 -0700
@@ -1,5 +1,7 @@
 # Solaris libuuid doesn't deliver a pkg-config file yet; see bug 15586738.
-# So we fake one.
+# So we fake one.  We don't include -L or -R flags for the library since it's
+# in the default path, this saves us from having to make separate 32-bit &
+# 64-bit variants of this file.
 
 prefix=/usr
 exec_prefix=${prefix}
@@ -10,6 +12,6 @@
 Description: UUID library
 Version: 0
 Requires: 
-Libs: -R${libdir} -L${libdir} -luuid
+Libs: -luuid
 Cflags: -I${includedir}/uuid