diff -r 99106880f744 -r ff50a80c552a components/libnet/Makefile --- a/components/libnet/Makefile Fri Jan 17 10:38:31 2014 -0800 +++ b/components/libnet/Makefile Fri Jan 17 11:50:07 2014 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -44,10 +44,6 @@ PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man/man3 COMPILER = gcc -# Parfait doesn't work with the GNU 4.7 compilers yet. -ifeq ($(strip $(PARFAIT_BUILD)),yes) -COMPILER = gcc3 -endif CFLAGS += -g -fPIC CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)