changeset 3186:4b141bb8701f

* standalone/wxwin/makefile.gnu: Update linker flags for recent versions of Fedora with modified DSO-linking semantics. Issue reported by David Fernandez. [ Bugzilla 1001613 ]
author jld
date Sat, 30 Jun 2012 14:55:45 +0000
parents 543f9e6905da
children 635199c996bc
files host/tools/configtool/ChangeLog host/tools/configtool/standalone/wxwin/makefile.gnu
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -1,3 +1,9 @@
+2012-06-22  John Dallaway  <john@dallaway.org.uk>
+
+	* 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  <john@dallaway.org.uk>
 
 	* standalone/wxwin/makefile.gnu: Update build flags for recent
--- 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