Merge pull request #48249 from aanderse/apacheHttpd-lynx
apacheHttpd: add lynx binary path to apachectl
This commit is contained in:
commit
1f5867d0d9
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv
|
{ stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv, lynx
|
||||||
, proxySupport ? true
|
, proxySupport ? true
|
||||||
, sslSupport ? true, openssl
|
, sslSupport ? true, openssl
|
||||||
, http2Support ? true, nghttp2
|
, http2Support ? true, nghttp2
|
||||||
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i config.layout -e "s|installbuilddir:.*|installbuilddir: $dev/share/build|"
|
sed -i config.layout -e "s|installbuilddir:.*|installbuilddir: $dev/share/build|"
|
||||||
|
sed -i support/apachectl.in -e 's|@LYNX_PATH@|${lynx}/bin/lynx|'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Required for ‘pthread_cancel’.
|
# Required for ‘pthread_cancel’.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user