]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-apxs.patch
rel 15; builds
[packages/apache1.git] / apache1-apxs.patch
index 85935223d5db355b49db4b7c2bbb71ee22bc60a5..6f29c7e98079d93e21a4aecc557a6625e1bda49e 100644 (file)
@@ -1,14 +1,15 @@
---- apache_1.3.11/src/support/apxs.pl.apxs     Thu Dec 16 17:10:30 1999
-+++ apache_1.3.11/src/support/apxs.pl  Tue Jan 25 01:19:16 2000
+diff -urNp -x '*.orig' apache_1.3.42.org/src/support/apxs.pl apache_1.3.42/src/support/apxs.pl
+--- apache_1.3.42.org/src/support/apxs.pl      2006-07-12 10:16:05.000000000 +0200
++++ apache_1.3.42/src/support/apxs.pl  2023-02-02 22:41:54.629834912 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  #
- # Copyright 1999-2004 The Apache Software Foundation
- #
-@@ -220,15 +220,14 @@
- ##  Initial DSO support check
+ # Licensed to the Apache Software Foundation (ASF) under one or more
+ # contributor license agreements.  See the NOTICE file distributed with
+@@ -188,15 +188,14 @@ if (@opt_S) {
  ##
+ if ($^O ne "MSWin32") {
  if (not -x "$CFG_SBINDIR/$CFG_TARGET") {
 -    print STDERR "apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
 -    exit(1);
@@ -27,5 +28,5 @@
 +    print STDERR "apxs:Warning: binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
 +    print STDERR "apxs:Warning: Continuing anyway...\n"; }
  }
+ }
  
- ##
This page took 0.12643 seconds and 4 git commands to generate.