From 85f265cae7dcd1132e0176a629423ae2a79b5f4f Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Mon, 12 Mar 2012 17:49:22 +0100 Subject: [PATCH] Fix exported rpath in manifest.xml. --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 42a6103..237abed 100644 --- a/manifest.xml +++ b/manifest.xml @@ -12,7 +12,7 @@ <export> <cpp cflags="-I${prefix}/include" - lflags="-L${prefix}/lib -lros_bridge -Wl,-rpath=${prefix}/lib" + lflags="-L${prefix}/lib -lros_bridge -Wl,-rpath,${prefix}/lib" /> </export> -- GitLab