fbbbe50173
Commit "98538bb0a2 exfat: bump to version 1.2.1" changed the package infra from generic to autotools, but dropped all usages of EXFAT_CFLAGS. This config is ignored by autotools package infra. So drop the dangling symbol. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
526 B
Makefile
18 lines
526 B
Makefile
################################################################################
|
|
#
|
|
# exfat
|
|
#
|
|
################################################################################
|
|
|
|
EXFAT_VERSION = 1.3.0
|
|
EXFAT_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_VERSION)
|
|
EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
|
|
EXFAT_DEPENDENCIES = libfuse host-pkgconf
|
|
EXFAT_LICENSE = GPL-2.0+
|
|
EXFAT_LICENSE_FILES = COPYING
|
|
EXFAT_CPE_ID_VENDOR = exfat_project
|
|
|
|
EXFAT_CONF_OPTS += --exec-prefix=/
|
|
|
|
$(eval $(autotools-package))
|