git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66895 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -488,7 +488,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
case $host in
*-linux-* | *-gnu* | *-kfreebsd*-gnu)
SHLIB_CFLAGS="-fPIC"
- SHLIB_LD_FLAGS=""
+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])"
SHLIB_SUFFIX=".so"
SHLIB_LD="${CC} -shared"
LDFLAGS="-Wl,--export-dynamic"
@@ -1486,7 +1486,7 @@ ac_save_ldflags="$LDFLAGS"
+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)"