The Obexd package contains D-Bus services providing OBEX client and server functionality. OBEX is a communications protocol that facilitates the exchange of binary objects between devices.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://www.kernel.org/pub/linux/bluetooth/obexd-0.48.tar.xz
Download (FTP): ftp://ftp.kernel.org/pub/linux/bluetooth/obexd-0.48.tar.xz
Download MD5 sum: dfb9bdd490a975616afa3a0c2bf53c88
Download size: 344 KB
Estimated disk space required: 6.5 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/obexd
Install Obexd by running the following commands:
sed -i 's/#include <string.h>/&\n#include <stdio.h>/' plugins/mas.c && ./configure --prefix=/usr --libexecdir=/usr/lib/obex && make
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i 's/#include ...: This sed fixes building against the Glibc 2.17.
Last updated on 2013-09-05 10:23:42 -0700