22302071 diffutils builds with the wrong compiler
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 11 Feb 2016 22:32:09 -0800
changeset 5453 12788f3c6c43
parent 5452 f31d1604634e
child 5454 1efad1afb469
22302071 diffutils builds with the wrong compiler
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