openwrt_archive/libs/libevent2
Mirko Vogt 390113e99b When openwrt toolchain uses eglibc (2.15) instead of uclibc,
libevent2 build fails to following error:

Package libevent2 is missing dependencies for the following libraries:
librt.so.1

Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch has been tested by building the libevent2 both with the the eglibc and
uclibc  openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

SVN-Revision: 33007
2012-08-06 11:06:54 +00:00
..
Makefile When openwrt toolchain uses eglibc (2.15) instead of uclibc, 2012-08-06 11:06:54 +00:00