components/libee/Makefile
branchs11-update
changeset 4450 423f06e4bc35
parent 3996 20c0f21bbe1e
--- a/components/libee/Makefile	Mon Jun 08 13:37:19 2015 -0700
+++ b/components/libee/Makefile	Tue Jun 09 14:56:12 2015 -0700
@@ -23,15 +23,14 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		libee
-COMPONENT_VERSION=	0.3.2
+COMPONENT_VERSION=	0.4.1
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	http://www.libee.org/
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:4e19bf297fb76f18fef773c651767152ebf65ecd4a1f4b06fe1c5f117fa4f81a
+COMPONENT_ARCHIVE_HASH=	sha256:c0dac01938593deee06c3d161e4eda4ecc0fd7317e1321bd96e301aceb7fb027
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
-COMPONENT_BUGDB=	utility/logger
-
-TPNO=			7585
+COMPONENT_BUGDB=	service/rsyslog
+TPNO=			20532
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
@@ -43,13 +42,20 @@
 # This is needed for the 64-bit library to be built correctly.
 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
+configure:	$(CONFIGURE_32_and_64)
+
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
 
-test:		$(TEST_32_and_64)
+# Tests are currently broken
+test:		$(NO_TESTS)
 
+system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
 
 REQUIRED_PACKAGES += library/libestr
 REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/math