]> git.pld-linux.org Git - packages/tdb.git/commitdiff
- added include patch (tdb.h requires stdbool.h) auto/th/tdb-1.3.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Nov 2014 08:47:01 +0000 (09:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Nov 2014 08:47:01 +0000 (09:47 +0100)
tdb-include.patch [new file with mode: 0644]
tdb.spec

diff --git a/tdb-include.patch b/tdb-include.patch
new file mode 100644 (file)
index 0000000..30fcb97
--- /dev/null
@@ -0,0 +1,10 @@
+--- tdb-1.3.1/include/tdb.h.orig       2014-09-16 20:04:31.000000000 +0200
++++ tdb-1.3.1/include/tdb.h    2014-11-02 09:30:00.151156564 +0100
+@@ -31,6 +31,7 @@
+ #endif
+ #include <signal.h>
++#include <stdbool.h>
+ /**
+  * @defgroup tdb The tdb API
index b2a442421bf8ac72877ce3d7ad0709b350c0939d..30ee331326ed1524f4e1bb7723a6e35ebeb5756f 100644 (file)
--- a/tdb.spec
+++ b/tdb.spec
@@ -8,6 +8,7 @@ License:        LGPL v3+
 Group:         Libraries
 Source0:       http://www.samba.org/ftp/tdb/%{name}-%{version}.tar.gz
 # Source0-md5: f597190451d976fe013dfae9934fb9ad
+Patch0:                %{name}-include.patch
 URL:           http://tdb.samba.org/
 BuildRequires: python-devel >= 2
 BuildRequires: rpm-pythonprov
@@ -55,6 +56,7 @@ Pythonowy interfejs do TDB.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # note: configure in fact is waf call
This page took 0.203405 seconds and 4 git commands to generate.