# HG changeset patch # User Norm Jacobs # Date 1455258729 28800 # Node ID 12788f3c6c43f0e18f3e4709ea639fdc725321b3 # Parent f31d1604634e4dbb96146fcceaf591643e277b69 22302071 diffutils builds with the wrong compiler diff -r f31d1604634e -r 12788f3c6c43 components/diffutils/Makefile --- a/components/diffutils/Makefile Fri Feb 12 07:29:08 2016 -0800 +++ b/components/diffutils/Makefile Thu Feb 11 22:32:09 2016 -0800 @@ -20,10 +20,10 @@ # # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # -COMPILER= gnu +COMPILER= gcc include ../../make-rules/shared-macros.mk @@ -81,4 +81,5 @@ system-test: configure $(SYSTEM_TEST_64) +REQUIRED_PACKAGES += library/libsigsegv REQUIRED_PACKAGES += system/library