php 5.0.4
svn path=/nixpkgs/trunk/; revision=3806
This commit is contained in:
8
pkgs/development/interpreters/php/builder.sh
Normal file
8
pkgs/development/interpreters/php/builder.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
. $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
|
||||
Reference in New Issue
Block a user