]> git.pld-linux.org Git - packages/dapl.git/commitdiff
- added format patch (fixes build with -Werror=format-security) auto/th/dapl-2.0.38-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Aug 2013 20:11:38 +0000 (22:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Aug 2013 20:11:38 +0000 (22:11 +0200)
dapl-format.patch [new file with mode: 0644]
dapl.spec

diff --git a/dapl-format.patch b/dapl-format.patch
new file mode 100644 (file)
index 0000000..d64dcdd
--- /dev/null
@@ -0,0 +1,11 @@
+--- dapl-2.0.38/test/dapltest/udapl/udapl_tdep.c.orig  2013-06-07 02:42:48.000000000 +0200
++++ dapl-2.0.38/test/dapltest/udapl/udapl_tdep.c       2013-08-23 22:07:43.793287069 +0200
+@@ -103,7 +103,7 @@
+       vsprintf(buffer, fmt, args);
+       va_end(args);
+-      printf(buffer);
++      fputs(buffer, stdout);
+ }
+ DAT_RETURN DT_Tdep_evd_dequeue(DAT_EVD_HANDLE evd_handle, DAT_EVENT * event)
index 1a7589f02f246e15bbddd25ccc3ff935b1e942da..779e4d73dbe73980316122181e86ff216afc9472 100644 (file)
--- a/dapl.spec
+++ b/dapl.spec
@@ -9,6 +9,7 @@ Source0:        http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
 # Source0-md5: 21b933fb24ed86d5c5413d9a269f913d
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-include.patch
 # Source0-md5: 21b933fb24ed86d5c5413d9a269f913d
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-include.patch
+Patch2:                %{name}-format.patch
 URL:           http://www.openfabrics.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 URL:           http://www.openfabrics.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -59,6 +60,7 @@ Ten pakiet zawiera statycznÄ… bibliotekÄ™ libdat2.
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.100765 seconds and 4 git commands to generate.