]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-nostrip.patch
- do not strip binnaries in Makefile (i.e. before generating debuginfo).
[packages/proftpd.git] / proftpd-nostrip.patch
1 --- proftpd-1.3.2/configure.in~ 2009-03-16 16:04:00.000000000 +0100
2 +++ proftpd-1.3.2/configure.in  2009-03-16 16:12:57.000000000 +0100
3 @@ -2162,15 +2162,11 @@
4      dnl CFLAGS if supported.
5      PR_CHECK_CC_OPT(Wfloat-equal)
6    fi
7 -
8 -  dnl Do not strip symbols from developer object files.
9 -  INSTALL_STRIP=""
10 -else
11 -
12 -  dnl Make sure to strip symbols from non-developer object files.
13 -  INSTALL_STRIP="-s"
14  fi
15  
16 +dnl Do not strip symbols from any object files.
17 +INSTALL_STRIP=""
18 +
19  if test "$OSTYPE" = "-DDARWIN6" -o "$OSTYPE" = "-DDARWIN7" -o "$OSTYPE" = "-DDARWIN8"; then
20    dnl Check whether the C compiler accepts -Wno-long-double. This helps to
21    dnl quell unnecessary OSX compiler complaints.  Use of this macro should
This page took 0.083688 seconds and 3 git commands to generate.