php53: fix build on darwin (close #748)
* add empty unix.h header * build with kerberos * ensure the binary has no extension
This commit is contained in:
committed by
Vladimír Čunát
parent
5b4e0207ba
commit
b4105cfaff
@@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
||||
configurePhase = ''
|
||||
phpize
|
||||
./configure --prefix=$out
|
||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
# looks for this file for some reason -- isn't needed
|
||||
touch unix.h
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user