mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
https://github.com/alisarctl/davfs2/blob/rel-1-7-3/ChangeLog Removed patch 0002 which is not needed anymore due to upstream removal of the neon version check:6b614bed3eUpstream added musl support with this version:270607253eSigned-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
27 lines
668 B
Makefile
27 lines
668 B
Makefile
################################################################################
|
|
#
|
|
# davfs2
|
|
#
|
|
################################################################################
|
|
|
|
DAVFS2_VERSION = 1.7.3
|
|
DAVFS2_SITE = http://download.savannah.nongnu.org/releases/davfs2
|
|
DAVFS2_LICENSE = GPL-3.0+
|
|
DAVFS2_LICENSE_FILES = COPYING
|
|
DAVFS2_CPE_ID_VENDOR = werner_baumann
|
|
|
|
DAVFS2_DEPENDENCIES = \
|
|
neon \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
$(TARGET_NLS_DEPENDENCIES)
|
|
|
|
DAVFS2_CONF_ENV += \
|
|
ac_cv_path_NEON_CONFIG=$(STAGING_DIR)/usr/bin/neon-config \
|
|
LIBS=$(TARGET_NLS_LIBS)
|
|
|
|
define DAVFS2_USERS
|
|
davfs2 -1 davfs2 -1 * - - - davfs user
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|