]> git.pld-linux.org Git - packages/aMule.git/blame - aMule-configure_in.patch
- updated to 2.0.0rc8
[packages/aMule.git] / aMule-configure_in.patch
CommitLineData
7c9728cd
AG
1Ugly patch. Avoid strange substitution in CFLAGS/CXXFLAGS. It looks
2like shells different than bash fail on those two lines.
3
4diff -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.029584 seconds and 4 git commands to generate.