apache-httpd-2.4: replace use of tabs with blanks
This commit is contained in:
parent
ea1d479afb
commit
32449b5ae6
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl] ++
|
buildInputs = [perl] ++
|
||||||
optional ldapSupport openldap ++ # there is no --with-ldap flag
|
optional ldapSupport openldap ++ # there is no --with-ldap flag
|
||||||
optional libxml2Support libxml2; # there is --with-libxml2, but it doesn't work
|
optional libxml2Support libxml2; # there is --with-libxml2, but it doesn't work
|
||||||
|
|
||||||
# Required for ‘pthread_cancel’.
|
# Required for ‘pthread_cancel’.
|
||||||
NIX_LDFLAGS = "-lgcc_s";
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user