aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-08-19 14:30:06 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-08-19 14:30:06 +0800
commit28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3 (patch)
tree63937ef6c1d925b63838a86fb95910f8464d801b
parentf0c2080de1106a76c5c9511361bae6910e301548 (diff)
downloadgsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.gz
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.bz2
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.lz
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.xz
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.tar.zst
gsoc2013-evolution-28f6f97ef9db9467bc9ed1bd4f8b6c3a26869fe3.zip
Include rpath in libs specified. Fixes #350385. (Patch submitted by
2006-08-19 Harish Krishnaswamy <kharish@novell.com> * evolution-plugin.pc.in, evolution-shell.pc.in: Include rpath in libs specified. Fixes #350385. (Patch submitted by Øystein Gisnås) svn path=/trunk/; revision=32589
-rw-r--r--ChangeLog6
-rw-r--r--evolution-plugin.pc.in2
-rw-r--r--evolution-shell.pc.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3fec36240..e74079e1f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-19 Harish Krishnaswamy <kharish@novell.com>
+
+ * evolution-plugin.pc.in, evolution-shell.pc.in:
+ Include rpath in libs specified. Fixes #350385.
+ (Patch submitted by Øystein Gisnås)
+
2006-08-07 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.7.91 release
diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in
index 01e634e72e..85e5a5c665 100644
--- a/evolution-plugin.pc.in
+++ b/evolution-plugin.pc.in
@@ -16,5 +16,5 @@ Name: evolution-plugin
Description: libraries needed for Evolution plugin development
Version: @VERSION@
Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ camel-provider-1.2
-Libs: -L${privlibdir} -leutil
+Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir}
Cflags: -I${privincludedir}
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in
index 13c31cf86d..2b3bbc58d5 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -20,5 +20,5 @@ Name: evolution-shell
Description: libraries needed for Evolution shell components
Version: @VERSION@
Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@
-Libs: -L${privlibdir} -leshell
+Libs: -L${privlibdir} -leshell -Wl,-R${privlibdir}
Cflags: -I${privincludedir}