aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7/files/patch-configure
blob: fe7efd87db60ce8f4c0f72bfeff827a8178fa4b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.orig	2020-01-25 14:44:16 UTC
+++ configure
@@ -1591,6 +1591,7 @@ EOF
 	    # FreeBSD 3.* and greater have ELF.
 	    SHLIB_CFLAGS="-fPIC"
 	    #SHLIB_LD="ld -Bshareable -x"
+            SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)"
 	    SHLIB_LD="${CC} -shared"
 	    SHLIB_SUFFIX=".so"
 	    LDFLAGS="-export-dynamic"