Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: fixed "make install" when cross-compiling to Windows.

Sergey Kandaurov
March 27, 2024 01:50PM
details: https://hg.nginx.org/nginx/rev/c2e753d214b0
branches:
changeset: 9234:c2e753d214b0
user: Piotr Sikora <piotr@aviatrix.com>
date: Mon Feb 26 20:00:46 2024 +0000
description:
Configure: fixed "make install" when cross-compiling to Windows.

Signed-off-by: Piotr Sikora <piotr@aviatrix.com>

diffstat:

auto/install | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 398495d816f0 -r c2e753d214b0 auto/install
--- a/auto/install Mon Feb 26 20:00:43 2024 +0000
+++ b/auto/install Mon Feb 26 20:00:46 2024 +0000
@@ -112,7 +112,7 @@ install: build $NGX_INSTALL_PERL_MODULES
test ! -f '\$(DESTDIR)$NGX_SBIN_PATH' \\
|| mv '\$(DESTDIR)$NGX_SBIN_PATH' \\
'\$(DESTDIR)$NGX_SBIN_PATH.old'
- cp $NGX_OBJS/nginx '\$(DESTDIR)$NGX_SBIN_PATH'
+ cp $NGX_OBJS/nginx$ngx_binext '\$(DESTDIR)$NGX_SBIN_PATH'

test -d '\$(DESTDIR)$NGX_CONF_PREFIX' \\
|| mkdir -p '\$(DESTDIR)$NGX_CONF_PREFIX'
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Configure: fixed "make install" when cross-compiling to Windows.

Sergey Kandaurov 161 March 27, 2024 01:50PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 149
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready