Bug 28907 - gpsd 2.94 обновить до 3.x
Summary: gpsd 2.94 обновить до 3.x
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gpsd (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Sergey Y. Afonin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 15:52 MSK by Sergey Y. Afonin
Modified: 2015-05-25 09:43 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2013-04-29 15:52:28 MSK
Смотрю, в http://git.altlinux.org/people/boyarsh/packages/?p=gpsd.git
давно лежит 3.4-alt1. А в чём причина задержки с отправкой в Сизиф ?
Если руки не доходят, могу попробовать тоже поучаствовать...
Comment 1 Sergey Y. Afonin 2015-05-04 18:15:29 MSK
Почему-то "-lm" не добавляется. Особо не разбираясь, убрал условие:

diff --git a/gpsd/SConstruct b/gpsd/SConstruct
index 9288486..bbd2420 100644
--- a/gpsd/SConstruct
+++ b/gpsd/SConstruct
@@ -830,8 +830,8 @@ gpsmon_sources = [
 # distributions don't do implicit linking by design.  See the test
 # code for implicit_link.
 #
-if not env['shared'] or not env["implicit_link"]:
-    env.MergeFlags("-lm")
+#if not env['shared'] or not env["implicit_link"]:
+env.MergeFlags("-lm")

 gpsd_env = env.Clone()
 gpsd_env.MergeFlags("-pthread")

В таком виде собирается.
Comment 2 Sergey Y. Afonin 2015-05-25 09:43:42 MSK
3.4 в Сизифе.