# HG changeset patch # User Rich Burridge # Date 1415388758 28800 # Node ID 2d2ebbb58fbb40871ead68543182aa1bbdec0b65 # Parent 243889cd0b657fea09c2db6e75b2397660f3bd33 19982829 Elinks says it has tests but doesn't diff -r 243889cd0b65 -r 2d2ebbb58fbb components/elinks/Makefile --- a/components/elinks/Makefile Fri Nov 07 10:21:42 2014 -0800 +++ b/components/elinks/Makefile Fri Nov 07 11:32:38 2014 -0800 @@ -38,6 +38,17 @@ include ../../make-rules/configure.mk include ../../make-rules/ips.mk +# Because the Studio compiler generates thousands of lines of warnings. +COMPILER = gcc + +# Always show the build and link lines for easier debugging. +COMPONENT_BUILD_ARGS += V=1 + +# Fixup warnings about -Bdirect and -zignore being incompatible options when +# building a relocatable object. +LD_B_DIRECT= +LD_Z_IGNORE= + CONFIGURE_OPTIONS += --enable-bittorrent CONFIGURE_OPTIONS += --enable-html-highlight CONFIGURE_OPTIONS += --enable-256-colors @@ -50,7 +61,7 @@ install: $(INSTALL_64) -test: $(TEST_64) +test: $(NO_TESTS) BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)