]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-configure_hashbang.patch
rel 15; builds
[packages/apache1.git] / apache1-configure_hashbang.patch
CommitLineData
35b2c95a
AM
1diff -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
bfc879b9
ER
4@@ -1,4 +1,4 @@
5-#!/bin/sh
6+#!/bin/bash
7 #
35b2c95a
AM
8 # Licensed to the Apache Software Foundation (ASF) under one or more
9 # contributor license agreements. See the NOTICE file distributed with
10diff -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
bfc879b9
ER
13@@ -1,4 +1,4 @@
14-#!/bin/sh
15+#!/bin/bash
16 #
35b2c95a
AM
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
bfc879b9
ER
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=""
35b2c95a
AM
28diff -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
bfc879b9
ER
31@@ -1,4 +1,4 @@
32-#!/bin/sh
33+#!/bin/bash
34 #
35b2c95a
AM
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.139804 seconds and 4 git commands to generate.