# # 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 2020, Michal Nowak # BUILD_BITS= 64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libuv COMPONENT_VERSION= 1.48.0 COMPONENT_SUMMARY= Cross-platform asynchronous I/O library COMPONENT_PROJECT_URL= https://libuv.org/ COMPONENT_SRC= $(COMPONENT_NAME)-v$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_URL= https://dist.libuv.org/dist/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_HASH= sha256:7f1db8ac368d89d1baf163bac1ea5fe5120697a73910c8ae6b2fffb3551d59fb COMPONENT_FMRI= library/libuv COMPONENT_CLASSIFICATION=System/Libraries COMPONENT_LICENSE= MIT COMPONENT_LICENSE_FILE= LICENSE include $(WS_MAKE_RULES)/common.mk COMPONENT_PRE_CONFIGURE_ACTION= ( cd $(SOURCE_DIR) && ./autogen.sh ; ) CONFIGURE_OPTIONS += --disable-silent-rules CONFIGURE_OPTIONS += --disable-static # Note that the tests should be run as an ordinary user otherwise some tests may fail. COMPONENT_TEST_TRANSFORMS += \ '-n ' \ '-e "/^ok /p" ' \ '-e "/^not ok /p" ' # Auto-generated dependencies REQUIRED_PACKAGES += system/library