# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"). You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2011 EveryCity Ltd. All rights reserved. # Copyright 2018 Michal Nowak # BUILD_BITS= 64_and_32 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= GeoIP COMPONENT_VERSION= 1.6.12 COMPONENT_REVISION= 1 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_FMRI= database/geoip COMPONENT_SUMMARY= GeoIP is a C library finds the location of an IP address. COMPONENT_ARCHIVE_HASH= sha256:1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80 COMPONENT_ARCHIVE_URL= https://github.com/maxmind/geoip-api-c/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= https://dev.maxmind.com/geoip/legacy/geolite/ COMPONENT_CLASSIFICATION= System/Libraries COMPONENT_LICENSE= LGPLv2 COMPONENT_LICENSE_FILE= geoip.license include $(WS_MAKE_RULES)/common.mk CONFIGURE_OPTIONS += --with-pic CONFIGURE_OPTIONS += --no-recursion CONFIGURE_OPTIONS += --enable-libtool-lock CONFIGURE_OPTIONS += --disable-static CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR) CONFIGURE_OPTIONS += --enable-data-files CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)" CONFIGURE_SCRIPT = $(@D)/configure COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D) && \ cd $(@D) && libtoolize && ./bootstrap ) COMPONENT_TEST_TRANSFORMER = $(NAWK) COMPONENT_TEST_TRANSFORMS = "'/TOTAL|PASS|FAIL|XFAIL|SKIP|XPASS|ERROR/'" # Needed for tests to pass. unexport SHELLOPTS # Auto-generated dependencies REQUIRED_PACKAGES += system/library