Revision: 77798
          http://sourceforge.net/p/brlcad/code/77798
Author:   starseeker
Date:     2020-11-21 22:10:44 +0000 (Sat, 21 Nov 2020)
Log Message:
-----------
OpenBSD also stomps on the LDFLAGS setting in configure.

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/tcl/unix/configure
    brlcad/branches/extbuild/src/other/ext/tk/unix/configure

Modified: brlcad/branches/extbuild/src/other/ext/tcl/unix/configure
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tcl/unix/configure   2020-11-21 
21:08:29 UTC (rev 77797)
+++ brlcad/branches/extbuild/src/other/ext/tcl/unix/configure   2020-11-21 
22:10:44 UTC (rev 77798)
@@ -7475,7 +7475,7 @@
 
            LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
            SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so${SHLIB_VERSION}'
-           LDFLAGS="-Wl,-export-dynamic"
+           LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
            CFLAGS_OPTIMIZE="-O2"
            if test "${TCL_THREADS}" = "1"; then
 

Modified: brlcad/branches/extbuild/src/other/ext/tk/unix/configure
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tk/unix/configure    2020-11-21 
21:08:29 UTC (rev 77797)
+++ brlcad/branches/extbuild/src/other/ext/tk/unix/configure    2020-11-21 
22:10:44 UTC (rev 77798)
@@ -5381,7 +5381,7 @@
 
            LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
            SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so${SHLIB_VERSION}'
-           LDFLAGS="-Wl,-export-dynamic"
+           LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
            CFLAGS_OPTIMIZE="-O2"
            if test "${TCL_THREADS}" = "1"; then
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to