• GNUmakefile

    498 499  
    1 1 ##############################################################################
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/apache13/GNUmakefile $
    3 # $Id: GNUmakefile 1509 2010-01-25 09:03:39Z lonerr $
    2 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/apache13/GNUmakefile $
    3 # $Id: GNUmakefile 1526 2010-03-29 11:11:10Z ahitrov $
    4 4 ###############################################################################
    5 5
    6 6 PORTVERSION = 1.3.41
     
    8 8 MASTER_POST_SITES = http://archive.apache.org/dist/httpd
    9 9 CONFIGURE_ARGS = --prefix=${PREFIX}/apache \
    10 10 --disable-rule=EXPAT
    11
    12 OPSYS ?= ${shell uname}
    13 ifeq (${OPSYS},Linux)
    14 CONFIGURE_COMMAND ?= OPTIM="-fgnu89-inline" bash ./configure
    15 else
    16 CONFIGURE_COMMAND ?= OPTIM="-fgnu89-inline" ./configure
    17 endif
    18
    19
    11 20 ifndef WITHOUT_REWRITE
    12 21 CONFIGURE_ARGS += --enable-module=rewrite
    13 22 endif