From 560e82f32bdb4b76acaf57f3ef34008c490bde57 Mon Sep 17 00:00:00 2001 From: pawelz Date: Mon, 16 Mar 2009 15:44:09 +0000 Subject: [PATCH] - do not strip binnaries in Makefile (i.e. before generating debuginfo). Changed files: proftpd-nostrip.patch -> 1.1 --- proftpd-nostrip.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 proftpd-nostrip.patch diff --git a/proftpd-nostrip.patch b/proftpd-nostrip.patch new file mode 100644 index 0000000..9702b44 --- /dev/null +++ b/proftpd-nostrip.patch @@ -0,0 +1,21 @@ +--- proftpd-1.3.2/configure.in~ 2009-03-16 16:04:00.000000000 +0100 ++++ proftpd-1.3.2/configure.in 2009-03-16 16:12:57.000000000 +0100 +@@ -2162,15 +2162,11 @@ + dnl CFLAGS if supported. + PR_CHECK_CC_OPT(Wfloat-equal) + fi +- +- dnl Do not strip symbols from developer object files. +- INSTALL_STRIP="" +-else +- +- dnl Make sure to strip symbols from non-developer object files. +- INSTALL_STRIP="-s" + fi + ++dnl Do not strip symbols from any object files. ++INSTALL_STRIP="" ++ + if test "$OSTYPE" = "-DDARWIN6" -o "$OSTYPE" = "-DDARWIN7" -o "$OSTYPE" = "-DDARWIN8"; then + dnl Check whether the C compiler accepts -Wno-long-double. This helps to + dnl quell unnecessary OSX compiler complaints. Use of this macro should -- 2.43.0