]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-configure_hashbang.patch
rel 15; builds
[packages/apache1.git] / apache1-configure_hashbang.patch
1 diff -Naurd build-tree.orig/apache_1.3.34/configure build-tree/apache_1.3.34/configure
2 --- build-tree.orig/apache_1.3.34/configure     2004-02-20 23:40:50.000000000 +0100
3 +++ build-tree/apache_1.3.34/configure  2004-05-15 00:06:13.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -#!/bin/sh
6 +#!/bin/bash
7  #
8  # Copyright 1999-2004 The Apache Software Foundation
9  #
10 diff -Naurd build-tree.orig/apache_1.3.34/src/Configure build-tree/apache_1.3.34/src/Configure
11 --- build-tree.orig/apache_1.3.34/src/Configure 2004-04-09 19:01:50.000000000 +0200
12 +++ build-tree/apache_1.3.34/src/Configure      2004-05-15 00:06:57.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/bin/sh
15 +#!/bin/bash
16  #
17  # Copyright 1999-2004 The Apache Software Foundation
18  #
19 @@ -208,7 +208,7 @@
20  ##
21  DBM_LIB="-ldbm"
22  DB_LIB="-ldb"
23 -SHELL="/bin/sh"
24 +SHELL="/bin/bash"
25  SUBTARGET="target_static"
26  SHLIB_SUFFIX_NAME=""
27  SHLIB_SUFFIX_LIST=""
28 diff -Naurd build-tree.orig/apache_1.3.34/src/helpers/TestCompile build-tree/apache_1.3.34/src/helpers/TestCompile
29 --- build-tree.orig/apache_1.3.34/src/helpers/TestCompile       2004-02-16 23:23:09.000000000 +0100
30 +++ build-tree/apache_1.3.34/src/helpers/TestCompile    2004-05-15 00:07:11.000000000 +0200
31 @@ -1,4 +1,4 @@
32 -#!/bin/sh
33 +#!/bin/bash
34  #
35  # Copyright 1999-2004 The Apache Software Foundation
36  #
This page took 0.079494 seconds and 3 git commands to generate.