]> 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 -urNp -x '*.orig' apache_1.3.42.org/configure apache_1.3.42/configure
2 --- apache_1.3.42.org/configure 2023-02-02 22:43:53.016501583 +0100
3 +++ apache_1.3.42/configure     2023-02-02 22:43:53.329834916 +0100
4 @@ -1,4 +1,4 @@
5 -#!/bin/sh
6 +#!/bin/bash
7  #
8  # Licensed to the Apache Software Foundation (ASF) under one or more
9  # contributor license agreements.  See the NOTICE file distributed with
10 diff -urNp -x '*.orig' apache_1.3.42.org/src/Configure apache_1.3.42/src/Configure
11 --- apache_1.3.42.org/src/Configure     2023-02-02 22:43:53.066501583 +0100
12 +++ apache_1.3.42/src/Configure 2023-02-02 22:43:53.329834916 +0100
13 @@ -1,4 +1,4 @@
14 -#!/bin/sh
15 +#!/bin/bash
16  #
17  # Licensed to the Apache Software Foundation (ASF) under one or more
18  # contributor license agreements.  See the NOTICE file distributed with
19 @@ -210,7 +210,7 @@ fi
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 -urNp -x '*.orig' apache_1.3.42.org/src/helpers/TestCompile apache_1.3.42/src/helpers/TestCompile
29 --- apache_1.3.42.org/src/helpers/TestCompile   2006-07-12 10:16:05.000000000 +0200
30 +++ apache_1.3.42/src/helpers/TestCompile       2023-02-02 22:43:53.333168250 +0100
31 @@ -1,4 +1,4 @@
32 -#!/bin/sh
33 +#!/bin/bash
34  #
35  # Licensed to the Apache Software Foundation (ASF) under one or more
36  # contributor license agreements.  See the NOTICE file distributed with
This page took 0.619071 seconds and 4 git commands to generate.