# HG changeset patch # User jld # Date 1341068145 0 # Node ID 4b141bb8701f4b1dcb000e19dd68d854c3e40a9c # Parent 543f9e6905dac336b2faf8bf27bc2de361cd9ac1 * standalone/wxwin/makefile.gnu: Update linker flags for recent versions of Fedora with modified DSO-linking semantics. Issue reported by David Fernandez. [ Bugzilla 1001613 ] diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,9 @@ +2012-06-22 John Dallaway + + * standalone/wxwin/makefile.gnu: Update linker flags for recent + versions of Fedora with modified DSO-linking semantics. Issue + reported by David Fernandez. [ Bugzilla 1001613 ] + 2012-04-23 John Dallaway * standalone/wxwin/makefile.gnu: Update build flags for recent diff --git a/host/tools/configtool/standalone/wxwin/makefile.gnu b/host/tools/configtool/standalone/wxwin/makefile.gnu --- a/host/tools/configtool/standalone/wxwin/makefile.gnu +++ b/host/tools/configtool/standalone/wxwin/makefile.gnu @@ -66,7 +66,7 @@ ifneq (,$(findstring CYGWIN, $(shell una else PROGRAM=configtool CPPFLAGS=`$(WXDIR)/bin/wx-config --cppflags` - LDFLAGS=`$(WXDIR)/bin/wx-config --libs std,gizmos` + LDFLAGS=-lX11 `$(WXDIR)/bin/wx-config --libs std,gizmos` EXTRAOBJECTS= RCFLAGS=`$(WXDIR)/bin/wx-config --cppflags` endif