Manfred Schwarb
2018-05-21 10:04:56 +00:00
committed by Git OBS Bridge
parent 47cd666839
commit 2fd28828da
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ URL: https://code.zmaw.de/projects/cdo
Source0: https://code.mpimet.mpg.de/attachments/download/17374/cdo-%{version}.tar.gz
# PATCH-FIX-OPENSUSE deregister.patch
Patch0: deregister.patch
# PATCH-FIX-OPENSUSE strstr.patch
Patch1: strstr.patch
# PATCH-FIX-OPENSUSE string_h.patch
Patch1: string_h.patch
BuildRequires: gcc-c++
BuildRequires: hdf5-devel >= 1.8.8
BuildRequires: libcurl-devel
+10
View File
@@ -0,0 +1,10 @@
--- cdo-1.9.4/src/modules.cc.orig 2018-05-21 11:56:40.741871012 +0200
+++ cdo-1.9.4/src/modules.cc 2018-05-21 11:59:13.369265041 +0200
@@ -26,6 +26,7 @@
#include <dirent.h>
#include <dlfcn.h>
+#include <string.h>
#include <regex>
#include <set>
#include <string>