dect
/
libdect
Archived
13
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Patrick McHardy 660297a3dc build: convert build to libnl3
This patch converts libdect to build with libnl3. Older libnl versions will
not work anymore, to fix this the build system will be converted to automake
and pkgconfig soon.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2013-04-01 12:13:36 +02:00
Patrick McHardy f3a25140f0 build: remove libintl.h from AC_CHECK_HEADERS
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-03-19 06:08:48 +01:00
Patrick McHardy c52d892c62 build: verify that event.h and event library are compatible
libev contains an libevent compat header file that at least on Debian
is only installed optionally. Make sure event.h and the event library
match since their respective struct event definitions don't match.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12 07:04:58 +01:00
Patrick McHardy f8bf6942ab debug: add libdect-specific assert-macro with optional backtrace support
Make assertions more useful by printing a backtrace on failed assertions.
Requires libbfd.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-14 22:07:09 +02:00
Patrick McHardy 54f5b57e97 build: properly quote all arguments in configure.ac
Fixes:

checking event.h usability... yes
checking event.h presence... yes
checking for event.h... yes
configure: line 4346: syntax error near unexpected token `newline'
configure: line 4346: `  yes:no:'

with autoconf 2.61-8 and dash 0.5.5.1-7 on Debian.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-03 05:20:44 +02:00
Patrick McHardy 966e802cc9 libdect: add pkg-config file
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-27 04:32:47 +02:00
Patrick McHardy 37b5f1105f build: minor build improvements
Add --enable switch for documentation build, build documentation by
default and add a few more configure tests.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-26 21:31:12 +02:00
Patrick McHardy 292ac38165 examples: support libev and fix build on Fedora
Check for and prefer libev over libevent and check for the location
of the event.h file, which is contained in libev/event.h on Fedora.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-07-24 03:49:03 +02:00
Patrick McHardy a06645ad7d build: don't link main library with libevent and libSDL
For now remove those two libraries from the autoconf script and
add them to the examples Makefile.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-02-19 05:16:34 +01:00
Patrick McHardy 35e51f08f5 build: disable autocrap malloc checks
example/audio.c:70: undefined reference to `rpl_malloc'

Signed-off-by: Patrick McHardy <kaber@gw.localnet>
2009-05-21 19:32:37 +02:00
Patrick McHardy 8cee5fa35e build: check for kernel header files
Signed-off-by: Patrick McHardy <kaber@gw.localnet>
2009-05-21 18:49:05 +02:00
Patrick McHardy 0406a88b39 Import libdect
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-06 18:41:57 +02:00