summary refs log tree commit diff
path: root/pkgs/development/interpreters/php/builder.sh
blob: 3fd315a533d2e4713d0261483ee01fc1e2cd7a2e (plain) (blame)
1
2
3
4
5
6
7
8
source $stdenv/setup

alias lex=flex

configureFlags="--with-libxml-dir=$libxml2 --with-apxs2=$apacheHttpd/bin/apxs --with-apr-util=$apacheHttpd"
makeFlags="APXS_LIBEXECDIR=$out/modules $makeFlags"
        
genericBuild