]> git.pld-linux.org Git - packages/aMule.git/blob - aMule-configure_in.patch
- new
[packages/aMule.git] / aMule-configure_in.patch
1 Ugly patch. Avoid strange substitution in CFLAGS/CXXFLAGS. It looks
2 like shells different than bash fail on those two lines.
3
4 diff -burN aMule-2.0.0rc6.orig/configure.in aMule-2.0.0rc6/configure.in
5 --- aMule-2.0.0rc6.orig/configure.in    2004-10-06 22:52:06.518677128 +0200
6 +++ aMule-2.0.0rc6/configure.in 2004-10-06 22:52:18.590841880 +0200
7 @@ -8,8 +8,8 @@
8  AM_MAINTAINER_MODE
9  
10  # No -O2 by default, removing -fomit since it causes problems
11 -CFLAGS=" ${CFLAGS/-fomit-frame-pointer/}"
12 -CXXFLAGS=" ${CXXFLAGS/-fomit-frame-pointer/}"
13 +#CFLAGS=" ${CFLAGS/-fomit-frame-pointer/}"
14 +#CXXFLAGS=" ${CXXFLAGS/-fomit-frame-pointer/}"
15  
16  # System detection, need AC_CANONICAL_TARGET
17  case "${target_os}" in
This page took 0.032718 seconds and 3 git commands to generate.