]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd-nostrip.patch
- package more docs
[packages/proftpd.git] / proftpd-nostrip.patch
CommitLineData
560e82f3 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.02923 seconds and 4 git commands to generate.