* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
445 B
Makefile
15 lines
445 B
Makefile
################################################################################
|
|
#
|
|
# geoip
|
|
#
|
|
################################################################################
|
|
|
|
GEOIP_VERSION = 1.6.12
|
|
GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
|
|
GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)
|
|
GEOIP_INSTALL_STAGING = YES
|
|
GEOIP_LICENSE = LGPL-2.1+
|
|
GEOIP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|