[vfrnav] another missing pthread

sailer sailer at fedoraproject.org
Tue Mar 5 00:37:57 UTC 2013


commit 045c05797770b94836e80f7387319008ec03ef0e
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Tue Mar 5 01:37:25 2013 +0100

    another missing pthread

 vfrnav-link.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/vfrnav-link.patch b/vfrnav-link.patch
index 1c02244..c2af1f2 100644
--- a/vfrnav-link.patch
+++ b/vfrnav-link.patch
@@ -41,3 +41,14 @@
  endif
  
  EXTRA_DIST = ftdieeprog.cc
+--- kingsim/Makefile.am.link	2013-03-05 01:36:39.919840319 +0100
++++ kingsim/Makefile.am	2013-03-05 01:36:51.593930706 +0100
+@@ -2,7 +2,7 @@
+ 
+ kingsim_SOURCES = kingsim.cc simulator.cc
+ kingsim_LDADD = ../src/libvfrnav.a -lreadline @LIBS@ @GTKMM_LIBS@ @GLIBMM_LIBS@ @GIOMM_LIBS@ @PILOTLINK_LIBS@ @BOOST_LIBS@ @SQLITE3X_LIBS@ @OPENPTY_LIBS@ @GEOS_LIBS@ @CLIPPER_LIBS@
+-kingsim_LDFLAGS = @BOOST_LDFLAGS@ @GEOS_LDFLAGS@ @CLIPPER_LDFLAGS@
++kingsim_LDFLAGS = @BOOST_LDFLAGS@ @GEOS_LDFLAGS@ @CLIPPER_LDFLAGS@ -pthread
+ 
+ noinst_HEADERS = simulator.h
+ 


More information about the scm-commits mailing list