]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- do not strip binnaries in Makefile (i.e. before generating debuginfo).
authorpawelz <pawelz@pld-linux.org>
Mon, 16 Mar 2009 15:44:09 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-nostrip.patch -> 1.1

proftpd-nostrip.patch [new file with mode: 0644]

diff --git a/proftpd-nostrip.patch b/proftpd-nostrip.patch
new file mode 100644 (file)
index 0000000..9702b44
--- /dev/null
@@ -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
This page took 0.124136 seconds and 4 git commands to generate.