]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt42931] Some config variables for Windows system tests
authorWitold Krecicki <wpk@isc.org>
Mon, 5 Sep 2016 09:02:43 +0000 (11:02 +0200)
committerWitold Krecicki <wpk@isc.org>
Mon, 5 Sep 2016 09:02:43 +0000 (11:02 +0200)
win32utils/Configure

index a05bae61c4d13809302e053b32e20c91120367aa..70f7f3fcf9af4acaa0a34b5057c967b5f84dbfa2 100644 (file)
@@ -442,14 +442,17 @@ my @substvar = ("BIND9_VERSION",
                 "COPTMLD",
                 "COPTX",
                 "COPTY",
+                "CURL", # in CYGWIN
                 "expanded_sysconfdir",
                 "INTRINSIC",
                 "MACHINE",
                 "OPENSSL_PATH",
+                "PERL",  # in CYGWIN
                 "PLATFORM",
                 "PKCS11_TOOLS",
                 "prefix",
                 "PYTHON",
+                "SHELL", # in CYGWIN
                 "VCREDIST_PATH"),
 
 # defines
@@ -699,6 +702,11 @@ if (($want_win32 eq "yes") && ($want_x64 eq "yes")) {
     $configdefp{"ISC_PLATFORM_BUSYWAITNOP"} = "_mm_pause()";
 }
 
+# Configure variables for bin/tests/system/conf.sh.win.in
+$configvar{"CURL"} = "/bin/curl";
+$configvar{"PERL"} = "/bin/perl";
+$configvar{"SHELL"} = "/bin/shell";
+
 # get the version information
 
 my %Versions;