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
CATEGORY:=Network
TITLE:=Samba 3.6 SMB/CIFS server
URL:=http://www.samba.org/
+ DEPENDS:=+USE_EGLIBC:librt
endef
define Package/samba36-client
CATEGORY:=Network
TITLE:=Samba 3.6 SMB/CIFS client
URL:=http://www.samba.org/
- DEPENDS:=+libreadline +libncurses
+ DEPENDS:=+libreadline +libncurses +USE_EGLIBC:librt
endef
define Package/samba36-server/config