19982829 Elinks says it has tests but doesn't
authorRich Burridge <rich.burridge@oracle.com>
Fri, 07 Nov 2014 11:32:38 -0800
changeset 2194 2d2ebbb58fbb
parent 2193 243889cd0b65
child 2195 3e88c81538cb
19982829 Elinks says it has tests but doesn't
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)