diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
commit | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (patch) | |
tree | 8b4bc18bce0f6d82c462356a900a0196305bde6e /package/samba | |
parent | b5b344787ba362d146651967691da117a12ff61d (diff) |
remove gettext-tiny, libintl is now included in uClibc-ng
Diffstat (limited to 'package/samba')
-rw-r--r-- | package/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 9662fda64..0358f9a2b 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -10,9 +10,9 @@ PKG_HASH:= f06dc454a1bb72b21a329e1ad75a14795886401671ec7439d69a6b824c492eca PKG_DESCR:= file and print server PKG_SECTION:= net/fs PKG_DEPENDS:= libuuid libpopt libgnutls libtirpc -PKG_BUILDDEP:= gettext-tiny util-linux popt python2 gnutls +PKG_BUILDDEP:= util-linux popt python2 gnutls PKG_BUILDDEP+= heimdal-host python2-host libtirpc -PKG_NEEDS:= threads +PKG_NEEDS:= threads intl PKG_URL:= http://www.samba.org/ PKG_SITES:= http://samba.org/samba/ftp/stable/ |