diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:22:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:31:01 +0200 |
commit | c3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch) | |
tree | 2980934b182bb2b27401cc7c2c859a498e8896cc /package/samba/Makefile | |
parent | 1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff) |
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/samba/Makefile')
-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 aabd5748f..548224176 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -9,10 +9,10 @@ PKG_RELEASE:= 1 PKG_HASH:= d3a9a439b746ddd2c5f119f60c72ef8a026bcee1efb1199bf19e44f114f6b586 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+= heimdal-host python2-host libtirpc -PKG_DEPENDS:= libuuid libpopt libgnutls libtirpc -PKG_NEEDS:= threads rt +PKG_NEEDS:= threads PKG_URL:= http://www.samba.org/ PKG_SITES:= http://samba.org/samba/ftp/stable/ |