components/webalizer/Makefile
changeset 1645 ff50a80c552a
parent 1623 d468c2c1e73d
child 1948 2d1537e7942d
equal deleted inserted replaced
1644:99106880f744 1645:ff50a80c552a
    47 COMPONENT_PRE_BUILD_ACTION += \
    47 COMPONENT_PRE_BUILD_ACTION += \
    48 	$(GSED) -i -e 's?lib/httpd/logs/?apache2/2.2/logs/?' \
    48 	$(GSED) -i -e 's?lib/httpd/logs/?apache2/2.2/logs/?' \
    49 		$(SOURCE_DIR)/sample.conf
    49 		$(SOURCE_DIR)/sample.conf
    50 
    50 
    51 COMPILER =	gcc
    51 COMPILER =	gcc
    52 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    53 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    54 COMPILER =	gcc3
       
    55 endif
       
    56 
    52 
    57 CONFIGURE_OPTIONS +=	--enable-dns
    53 CONFIGURE_OPTIONS +=	--enable-dns
    58 CONFIGURE_OPTIONS +=	--with-gd=/usr/include/gd2
    54 CONFIGURE_OPTIONS +=	--with-gd=/usr/include/gd2
    59 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    55 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    60 CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"
    56 CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"