[GRASS-SVN] r53324 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 5 19:56:00 PDT 2012
Author: neteler
Date: 2012-10-05 19:56:00 -0700 (Fri, 05 Oct 2012)
New Revision: 53324
Modified:
grass/branches/develbranch_6/aclocal.m4
grass/branches/develbranch_6/configure
Log:
fix for NetBSD (fixes trac #1757)
Modified: grass/branches/develbranch_6/aclocal.m4
===================================================================
--- grass/branches/develbranch_6/aclocal.m4 2012-10-06 02:55:42 UTC (rev 53323)
+++ grass/branches/develbranch_6/aclocal.m4 2012-10-06 02:56:00 UTC (rev 53324)
@@ -1005,7 +1005,7 @@
SHLIB_SUFFIX=".so"
LDFLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR} -export-dynamic'
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
- LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
+ LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
if test "${GRASS_THREADS}" = "1" ; then
# The -pthread needs to go in the CFLAGS, not LIBS
LIBS=`echo $LIBS | sed s/-pthread//`
Modified: grass/branches/develbranch_6/configure
===================================================================
--- grass/branches/develbranch_6/configure 2012-10-06 02:55:42 UTC (rev 53323)
+++ grass/branches/develbranch_6/configure 2012-10-06 02:56:00 UTC (rev 53324)
@@ -2363,7 +2363,7 @@
SHLIB_SUFFIX=".so"
LDFLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR} -export-dynamic'
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
- LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
+ LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
if test "${GRASS_THREADS}" = "1" ; then
# The -pthread needs to go in the CFLAGS, not LIBS
LIBS=`echo $LIBS | sed s/-pthread//`
More information about the grass-commit
mailing list