mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Samba 3 depends on the readline library for building.
This commit is contained in:
parent
e877a0c949
commit
cab7f065f3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ endef
|
|||
define Package/samba3
|
||||
$(call Package/samba3/Default)
|
||||
TITLE:=SMB server for file and printer sharing
|
||||
DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +libattr
|
||||
DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +libattr +libreadline
|
||||
endef
|
||||
|
||||
define Package/samba3-nmbd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue