]> git.pld-linux.org Git - packages/aMule.git/blob - aMule-configure_in.patch
- cleanup
[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 @@ -10,8 +10,8 @@
8  AM_MAINTAINER_MODE
9  
10  # No -O2 by default, removing -fomit since it causes problems
11 -CFLAGS="`echo $CFLAGS | sed "s/-fomit-frame-pointer//g"`"
12 -CXXFLAGS="`echo $CXXFLAGS | sed "s/-fomit-frame-pointer//g"`"
13 +#CFLAGS="`echo $CFLAGS | sed "s/-fomit-frame-pointer//g"`"
14 +#CXXFLAGS="`echo $CXXFLAGS | sed "s/-fomit-frame-pointer//g"`"
15  
16  # System detection, need AC_CANONICAL_TARGET
17  case "${target_os}" in
This page took 0.056554 seconds and 3 git commands to generate.