This repository was archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminitage.patch
97 lines (91 loc) · 3.08 KB
/
minitage.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
diff -ur httpd-2.2.14/configure httpd-2.2.14.new/configure
--- httpd-2.2.14/configure 2009-09-24 01:29:56.000000000 +0200
+++ httpd-2.2.14.new/configure 2010-01-23 13:28:02.000000000 +0100
@@ -4053,25 +4053,27 @@
fi
- if test "x$LDFLAGS" = "x"; then
- test "x$silent" != "xyes" && echo " setting LDFLAGS to \"`$apr_config --ldflags`\""
- LDFLAGS="`$apr_config --ldflags`"
- else
- apr_addto_bugger="`$apr_config --ldflags`"
- for i in $apr_addto_bugger; do
- apr_addto_duplicate="0"
- for j in $LDFLAGS; do
- if test "x$i" = "x$j"; then
- apr_addto_duplicate="1"
- break
- fi
- done
- if test $apr_addto_duplicate = "0"; then
- test "x$silent" != "xyes" && echo " adding \"$i\" to LDFLAGS"
- LDFLAGS="$LDFLAGS $i"
- fi
- done
- fi
+ test "xyes" != "xyes" && echo " setting LDFLAGS to \"`$apr_config --ldflags`\""
+ LDFLAGS="$LDFLAGS `$apr_config --ldflags`"
+ #if test "x$LDFLAGS" = "x"; then
+ # test "x$silent" != "xyes" && echo " setting LDFLAGS to \"`$apr_config --ldflags`\""
+ # LDFLAGS="`$apr_config --ldflags`"
+ #else
+ # apr_addto_bugger="`$apr_config --ldflags`"
+ # for i in $apr_addto_bugger; do
+ # apr_addto_duplicate="0"
+ # for j in $LDFLAGS; do
+ # if test "x$i" = "x$j"; then
+ # apr_addto_duplicate="1"
+ # break
+ # fi
+ # done
+ # if test $apr_addto_duplicate = "0"; then
+ # test "x$silent" != "xyes" && echo " adding \"$i\" to LDFLAGS"
+ # LDFLAGS="$LDFLAGS $i"
+ # fi
+ # done
+ #fi
SHLIBPATH_VAR=`$apr_config --shlib-path-var`
APR_BINDIR=`$apr_config --bindir`
@@ -4361,25 +4363,27 @@
fi
- if test "x$LDFLAGS" = "x"; then
- test "x$silent" != "xyes" && echo " setting LDFLAGS to \"`$apu_config --ldflags`\""
- LDFLAGS="`$apu_config --ldflags`"
- else
- apr_addto_bugger="`$apu_config --ldflags`"
- for i in $apr_addto_bugger; do
- apr_addto_duplicate="0"
- for j in $LDFLAGS; do
- if test "x$i" = "x$j"; then
- apr_addto_duplicate="1"
- break
- fi
- done
- if test $apr_addto_duplicate = "0"; then
- test "x$silent" != "xyes" && echo " adding \"$i\" to LDFLAGS"
- LDFLAGS="$LDFLAGS $i"
- fi
- done
- fi
+ test "xyes" != "xyes" && echo " setting LDFLAGS to \"`$apu_config --ldflags`\""
+ LDFLAGS="$LDFLAGS `$apu_config --ldflags`"
+ #if test "x$LDFLAGS" = "x"; then
+ # test "x$silent" != "xyes" && echo " setting LDFLAGS to \"`$apu_config --ldflags`\""
+ # LDFLAGS="`$apu_config --ldflags`"
+ #else
+ # apr_addto_bugger="`$apu_config --ldflags`"
+ # for i in $apr_addto_bugger; do
+ # apr_addto_duplicate="0"
+ # for j in $LDFLAGS; do
+ # if test "x$i" = "x$j"; then
+ # apr_addto_duplicate="1"
+ # break
+ # fi
+ # done
+ # if test $apr_addto_duplicate = "0"; then
+ # test "x$silent" != "xyes" && echo " adding \"$i\" to LDFLAGS"
+ # LDFLAGS="$LDFLAGS $i"
+ # fi
+ # done
+ #fi
APU_BINDIR=`$apu_config --bindir`
APU_INCLUDEDIR=`$apu_config --includedir`