When openwrt toolchain uses eglibc (2.15) instead of uclibc, samba36-server build...
authorMirko Vogt <mirko@openwrt.org>
Mon, 6 Aug 2012 11:08:16 +0000 (11:08 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 6 Aug 2012 11:08:16 +0000 (11:08 +0000)
commit9e02c435f96f711093733edd9e135d8008df9f5d
tree15fa16a0e189e4a19b922f85a1e384f1b8031883
parentb3604371c64c0a8203a3144e31d22e199a96b820
When openwrt toolchain uses eglibc (2.15) instead of uclibc, samba36-server build causes following error:

Package samba36-{client,server} 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 tested by building the samba36 both with the the eglibc and uclibc
openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33010
net/samba36/Makefile