4317b1f9f2
- Disable benchmarks through option added by
4ebd8b2f23
- Update indentation in hash file (two spaces)
https://github.com/google/snappy/releases/tag/1.1.9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
480 B
Makefile
16 lines
480 B
Makefile
################################################################################
|
|
#
|
|
# snappy
|
|
#
|
|
################################################################################
|
|
|
|
SNAPPY_VERSION = 1.1.9
|
|
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
|
|
SNAPPY_LICENSE = BSD-3-Clause
|
|
SNAPPY_LICENSE_FILES = COPYING
|
|
SNAPPY_CPE_ID_VENDOR = google
|
|
SNAPPY_INSTALL_STAGING = YES
|
|
SNAPPY_CONF_OPTS = -DSNAPPY_BUILD_BENCHMARKS=OFF -DSNAPPY_BUILD_TESTS=OFF
|
|
|
|
$(eval $(cmake-package))
|