[Pkg-bluetooth-commits] r1319 - in /packages/obexd/trunk/debian/patches: fix_build_libc-2.17 series

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Wed Jun 5 04:01:37 UTC 2013


Author: iwamatsu
Date: Wed Jun  5 04:01:36 2013
New Revision: 1319

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1319
Log:
Add patches/fix_build_libc-2.17. Fix FTBFS with eglibc-2.17 (Closes: #701434)

Added:
    packages/obexd/trunk/debian/patches/fix_build_libc-2.17
    packages/obexd/trunk/debian/patches/series

Added: packages/obexd/trunk/debian/patches/fix_build_libc-2.17
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/patches/fix_build_libc-2.17?rev=1319&op=file
==============================================================================
--- packages/obexd/trunk/debian/patches/fix_build_libc-2.17 (added)
+++ packages/obexd/trunk/debian/patches/fix_build_libc-2.17 Wed Jun  5 04:01:36 2013
@@ -1,0 +1,37 @@
+Description: Fix FTBFS with libc 2.17
+Origin: upstream
+Bug-Debian: http://bugs.debian.org/701434
+Forwarded: no. Because obexd will merge to bluez.
+Last-Update: 2013-06-04
+
+--- obexd-0.48.orig/src/mimetype.h
++++ obexd-0.48/src/mimetype.h
+@@ -20,6 +20,7 @@
+  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+  *
+  */
++#include <sys/types.h>
+ 
+ typedef gboolean (*obex_object_io_func) (void *object, int flags, int err,
+ 							void *user_data);
+--- obexd-0.48.orig/src/obex.h
++++ obexd-0.48/src/obex.h
+@@ -21,6 +21,7 @@
+  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+  *
+  */
++#include <sys/types.h>
+ 
+ #define OBJECT_SIZE_UNKNOWN -1
+ #define OBJECT_SIZE_DELETE -2
+--- obexd-0.48.orig/plugins/filesystem.h
++++ obexd-0.48/plugins/filesystem.h
+@@ -21,6 +21,8 @@
+  *
+  */
+ 
++#include <sys/types.h>
++
+ ssize_t string_read(void *object, void *buf, size_t count);
+ gboolean is_filename(const char *name);
+ int verify_path(const char *path);

Added: packages/obexd/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/patches/series?rev=1319&op=file
==============================================================================
--- packages/obexd/trunk/debian/patches/series (added)
+++ packages/obexd/trunk/debian/patches/series Wed Jun  5 04:01:36 2013
@@ -1,0 +1,1 @@
+fix_build_libc-2.17




More information about the Pkg-bluetooth-commits mailing list