components/rsyslog/Makefile
changeset 1645 ff50a80c552a
parent 1605 7fc7910b6d94
child 1948 2d1537e7942d
equal deleted inserted replaced
1644:99106880f744 1645:ff50a80c552a
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		rsyslog
    25 COMPONENT_NAME=		rsyslog
    26 COMPONENT_VERSION=	6.2.0
    26 COMPONENT_VERSION=	6.2.0
    34 include ../../make-rules/prep.mk
    34 include ../../make-rules/prep.mk
    35 include ../../make-rules/configure.mk
    35 include ../../make-rules/configure.mk
    36 include ../../make-rules/ips.mk
    36 include ../../make-rules/ips.mk
    37 
    37 
    38 COMPILER =	gcc
    38 COMPILER =	gcc
    39 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    40 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    41 COMPILER =	gcc3
       
    42 endif
       
    43 
    39 
    44 # This is needed for things to be built correctly.
    40 # This is needed for things to be built correctly.
    45 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    41 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    46 
    42 
    47 # A normal 64-bit build would result in /usr/lib/$(MACH64)/rsyslog but since we
    43 # A normal 64-bit build would result in /usr/lib/$(MACH64)/rsyslog but since we