]> git.pld-linux.org Git - packages/dmapi.git/commitdiff
- added build fix from Gentoo to miscfix patch master auto/th/dmapi-2.2.12-3
authorMarcin Krol <hawk@tld-linux.org>
Thu, 9 Nov 2017 13:56:43 +0000 (13:56 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 9 Nov 2017 13:56:43 +0000 (13:56 +0000)
dmapi-miscfix.patch
dmapi.spec

index 87c48a99fc48386c7f1c131b01fda8db99d025ba..2b2bc346cfd2d0e5185cbd76bae38e905f060a07 100644 (file)
 -    done
      AC_SUBST(have_zipped_manpages)
    ])
+--- a/libdm/dm_handle2path.c
++++ b/libdm/dm_handle2path.c
+@@ -20,6 +20,9 @@
+ #include <dmapi_kern.h>
+ #include "dmapi_lib.h"
++#include <fcntl.h> /* open */
++#include <unistd.h> /* close */
++#include <string.h> /* strlen */
+ #include <mntent.h>
+ #include <dirent.h>
+ #ifdef linux
index 59bf8554eccffc7404ef97feb467e4267adeb793..e6d7dd5d492478fc18e176a3f5ac98506359253f 100644 (file)
@@ -2,7 +2,7 @@ Summary:        DMAPI library
 Summary(pl.UTF-8):     Biblioteka DMAPI
 Name:          dmapi
 Version:       2.2.12
-Release:       2
+Release:       3
 # doc/COPYING mentions LGPL for files in "dmapi", but all sources are explicitly marked GPL
 License:       GPL v2
 Group:         Libraries
This page took 0.124123 seconds and 4 git commands to generate.