From: g0dil Date: Tue, 4 Sep 2007 10:06:55 +0000 (+0000) Subject: Remove unneeded libboost-thread-dev build dependency (on glibc) X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=9fda310f701cab8a56535058330bb3c30c7fd446 Remove unneeded libboost-thread-dev build dependency (on glibc) git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@428 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Scheduler/Scheduler.hh b/Scheduler/Scheduler.hh index a3e1295..3ec8147 100644 --- a/Scheduler/Scheduler.hh +++ b/Scheduler/Scheduler.hh @@ -151,9 +151,7 @@ namespace senf { ///< Add timeout event /**< \param[in] timeout timeout in nanoseconds \param[in] cb callback to call after \a timeout - milliseconds - \todo Return some kind of handle/pointer and add - support to update or revoke a timeout */ + milliseconds */ void cancelTimeout(unsigned id); diff --git a/Socket/Protocols/INet/INet4Address.cc b/Socket/Protocols/INet/INet4Address.cc index bd9bd68..5d50309 100644 --- a/Socket/Protocols/INet/INet4Address.cc +++ b/Socket/Protocols/INet/INet4Address.cc @@ -31,7 +31,7 @@ #include #include #include -#ifdef _REENTRANT +#ifd defined(_REENTRANT) && !defined(__GLIBC__) #include #endif diff --git a/debian/control b/debian/control index ab91aa9..3f753f8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Stefan Bund Build-Depends: debhelper (>= 5), scons, binutils-dev, libboost-dev, libboost-test-dev, libboost-date-time-dev, libboost-regex-dev, - libboost-thread-dev, doxygen, dia, tidy, xsltproc, graphviz + doxygen, dia, tidy, xsltproc, graphviz, perl-base Standards-Version: 3.7.2 Section: libs