[Lunar-commits] <moonbase-other> redland: Fixing the rpath for libiodbc, else the virtuoso so file cannot find
Dennis Veatch
dennisveatch at bellsouth.net
Mon Sep 15 17:27:27 CEST 2014
commit 97038977ecb4be1b53c4759466536e67a4d76307
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 15 Sep 2014 11:26:13 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/97038977ecb4be1b53c4759466536e67a4d76307
redland: Fixing the rpath for libiodbc, else the virtuoso so file cannot find
the libiodbc so's and preventing a lunar fix attempting to fix something not fixable
in this case.
---
libs/redland/BUILD | +4/-4
1 file changed, 4 insertions(+), 4 deletions(-)
--- a/libs/redland/BUILD
+++ b/libs/redland/BUILD
@@ -1,6 +1,8 @@
-(
- OPTS+=" --disable-static" &&
+ OPTS+=" --disable-static --enable-release" &&
+
+# Fixes a rpathing problem with virtuoso.
+ LDFLAGS+=" -Wl,-rpath,/usr/lib/libiodbc" &&
if in_depends $MODULE libxml2 ; then
OPTS+=" --with-xml-parser=libxml"
@@ -9,5 +11,3 @@
fi &&
default_build
-
-) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list