2011/12/22 Jeppe Toustrup <[email protected]> > > The package is currently only build in a 32 bit version, I should > probably fix this making it both compile 32 and 64 bit libraries for > other applications to use. > > Any hints on how this is easiest done? >
include ../../make-rules/shared-macros.mk COMPONENT_NAME = GeoIP COMPONENT_VERSION = 1.4.7 COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL = http://www.maxmind.com COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH = sha1:2db3a61e19dfaa0e4131217b155a59ba4bd0c5cc COMPONENT_ARCHIVE_URL = http://geolite.maxmind.com/download/geoip/api/c/$(COMPONENT_ARCHIVE) include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk build: $(BUILD_32_and_64) test: $(TEST_32_and_64) install: $(INSTALL_32_and_64) BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) include $(WS_TOP)/make-rules/depend.mk
_______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
