Hello community, here is the log from the commit of package soapy-osmo for openSUSE:Factory checked in at 2018-06-28 15:14:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-osmo (Old) and /work/SRC/openSUSE:Factory/.soapy-osmo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-osmo" Thu Jun 28 15:14:45 2018 rev:4 rq:619527 version:0.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-osmo/soapy-osmo.changes 2018-05-01 23:43:42.736697663 +0200 +++ /work/SRC/openSUSE:Factory/.soapy-osmo.new/soapy-osmo.changes 2018-06-28 15:14:45.955444815 +0200 @@ -1,0 +2,7 @@ +Thu Jun 28 06:49:10 UTC 2018 - [email protected] + +- Add patch: + * soap-osmo-fix-pthread-linking-issue.patch + (Fix pthread linking issues on Tumbleweed) + +------------------------------------------------------------------- New: ---- soap-osmo-fix-pthread-linking-issue.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-osmo.spec ++++++ --- /var/tmp/diff_new_pack.YimYr0/_old 2018-06-28 15:14:46.379444038 +0200 +++ /var/tmp/diff_new_pack.YimYr0/_new 2018-06-28 15:14:46.379444038 +0200 @@ -28,6 +28,7 @@ URL: https://github.com/pothosware/SoapyOsmo/wiki #Git-Clone: https://github.com/pothosware/SoapyOsmo.git Source: https://github.com/pothosware/SoapyOsmo/archive/%{name}-%{version}.tar.gz +Patch0: soap-osmo-fix-pthread-linking-issue.patch BuildRequires: cmake BuildRequires: freesrp-devel BuildRequires: gcc-c++ @@ -100,6 +101,7 @@ %prep %setup -q -n SoapyOsmo-%{name}-%{version} +%patch0 -p1 %build %cmake ++++++ soap-osmo-fix-pthread-linking-issue.patch ++++++ diff --git a/CMakeLists.txt b/CMakeLists.txt index 0750edb..3a6323f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,6 +177,8 @@ macro(GR_OSMOSDR_APPEND_LIBS lib) list(APPEND osmo_libraries ${lib}) endmacro(GR_OSMOSDR_APPEND_LIBS) +GR_OSMOSDR_APPEND_LIBS("-lpthread") + IF(HAVE_CLOCK_GETTIME) MESSAGE(STATUS " High resolution timing supported through clock_gettime.") SET(TIME_SPEC_DEFS HAVE_CLOCK_GETTIME)
