@ -8,19 +8,17 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := cifs-utils
PKG_NAME := cifs-utils
PKG_VERSION := 6.8
PKG_VERSION := 6.9
PKG_RELEASE := 1
PKG_RELEASE := 1
PKG_SOURCE_URL := https://download.samba.org/pub/linux-cifs/cifs-utils/
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_HASH := e7d1f6050c43f21f82cd77e288eb756755effd22f0c310fc2c525df9d41dff79
PKG_SOURCE_URL := https://download.samba.org/pub/linux-cifs/cifs-utils/
PKG_HASH := 18d8f1bf92c13c4d611502dbd6759e3a766ddc8467ec8a2eda3f589e40b9ac9c
PKG_MAINTAINER := Florian Fainelli <florian@openwrt.org>
PKG_MAINTAINER := Florian Fainelli <florian@openwrt.org>
PKG_LICENSE := GPL-3.0
PKG_LICENSE := GPL-3.0
PKG_LICENSE_FILES := COPYING
PKG_LICENSE_FILES := COPYING
PKG_FIXUP := libtool
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / c i f s m o u n t
d e f i n e P a c k a g e / c i f s m o u n t
@ -28,22 +26,23 @@ define Package/cifsmount
CATEGORY:= Network
CATEGORY:= Network
DEPENDS:= +kmod-fs-cifs
DEPENDS:= +kmod-fs-cifs
TITLE:= CIFS mount utilities
TITLE:= CIFS mount utilities
URL:= http://wiki.samba.org/index.php/LinuxCIFS_utils
URL:= https ://wiki.samba.org/index.php/LinuxCIFS_utils
e n d e f
e n d e f
TARGET_CFLAGS += -Wno-error
TARGET_CFLAGS += $( FPIC) -ffunction-sections -flto
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--exec-prefix= /usr \
--prefix= / \
--with-libcap= no \
--disable-cifsupcall \
--disable-cifsupcall \
--disable-cifscreds \
--disable-cifscreds \
--disable-cifsidmap \
--disable-cifsidmap \
--disable-cifsacl \
--disable-cifsacl \
--disable-pam \
--disable-pam \
--disable-pie \
--disable-relro \
--disable-systemd \
--disable-systemd \
--disable-man
--disable-man \
--without-libcap
d e f i n e P a c k a g e / c i f s m o u n t / i n s t a l l
d e f i n e P a c k a g e / c i f s m o u n t / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_DIR) $( 1) /usr/sbin