diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 17:38:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 17:38:32 +0200 |
commit | 07b8a9f4ef3a31899b653d3df875a0af2704c125 (patch) | |
tree | 428aa012af5740e050afde5195b99458734c3b33 | |
parent | ec3d6f6fdd9b83579ba7cd37bab728f6f3e47d75 (diff) |
fix linking error
-rw-r--r-- | package/cifs-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cifs-utils/Makefile b/package/cifs-utils/Makefile index 8c65f3de2..38d2cd45a 100644 --- a/package/cifs-utils/Makefile +++ b/package/cifs-utils/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:= cifs-utils PKG_VERSION:= 6.1 -PKG_RELEASE:= 5 +PKG_RELEASE:= 6 PKG_MD5SUM:= f83ef48ab1154aa74dd4cf1c1202bf04 PKG_DESCR:= CIFS utilities PKG_SECTION:= net/fs PKG_DEPENDS:= kmod-cifs kmod-nls-utf8 -PKG_BUILDDEP:= autotool +PKG_BUILDDEP:= autotool keyutils PKG_URL:= https://wiki.samba.org/index.php/LinuxCIFS_utils PKG_SITES:= ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/ |