[vfrnav] another pthread

sailer sailer at fedoraproject.org
Mon Mar 4 21:48:50 UTC 2013


commit f1390c828bb9807f6df17291e0178bfc73c4be1f
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Mar 4 22:48:31 2013 +0100

    another pthread

 vfrnav-link.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/vfrnav-link.patch b/vfrnav-link.patch
index 08408a3..b359144 100644
--- a/vfrnav-link.patch
+++ b/vfrnav-link.patch
@@ -31,3 +31,14 @@
  
  AM_CPPFLAGS = @CXXFLAGS@ @GTKMM_CFLAGS@ @GLIBMM_CFLAGS@ @GIOMM_CFLAGS@ @SQLITE_CFLAGS@ \
  	@SQLITE3X_CFLAGS@ @ZFSTREAM_CFLAGS@ @PILOTLINK_CFLAGS@ @BOOST_CPPFLAGS@ \
+--- flightdeck/Makefile.am.link	2013-03-04 22:48:01.541660297 +0100
++++ flightdeck/Makefile.am	2013-03-04 22:48:13.624720999 +0100
+@@ -61,7 +61,7 @@
+ bin_PROGRAMS += flightdeckftdieeprog
+ 
+ flightdeckftdieeprog_SOURCES = ftdieeprog.cc
+-flightdeckftdieeprog_LDADD = @GLIBMM_LIBS@ @FTDI_LIBS@
++flightdeckftdieeprog_LDADD = @GLIBMM_LIBS@ @FTDI_LIBS@ -pthread
+ endif
+ 
+ EXTRA_DIST = ftdieeprog.cc


More information about the scm-commits mailing list