You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/14 10:00:25 UTC

svn commit: r804109 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Fri Aug 14 08:00:24 2009
New Revision: 804109

URL: http://svn.apache.org/viewvc?rev=804109&view=rev
Log:
Add prefix/lib to the runtime search path

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=804109&r1=804108&r2=804109&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Fri Aug 14 08:00:24 2009
@@ -379,7 +379,7 @@
         varadds ccflags -fPIC -O3 -Wall -g
         varadds ldflags -lrt -lpthread -ldl
         varadds shflags -shared -fPIC -Wl,-soname '-Wl,\$@'
-        varadds exflags -Wl,-rpath -Wl,.
+        varadds exflags '-Wl,-rpath -Wl,\$(PREFIX)/\$(LIBDIR):.'
         test ".$java_pinc" = . && java_pinc=linux
         ;;
     linux-cc )