File: 0003_Makefile_nostrip

package info (click to toggle)
ftpgrab 0.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 444 kB
  • sloc: cpp: 2,906; makefile: 123
file content (16 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: honor DEB_BUILD_OPTIONS=nostrip
Bug-Debian: http://bugs.debian.org/436882
Author: Julien Danjou <acid@debian.org>
RFeviewd-by: Christian T. Steigies <cts@debian.org>
Last-Update: 2007-08-09
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 #LIBS	=	-lefence
 LIBS	=	-lpthread
-LINK	=	-Wl,-s 
+LINK	=	-Wl
 
 OBJS	=	main.o fgstring.o fgexc.o fgftpcon.o fgfileinfo.o \
 		fgfilegrab.o fgalist.o fgfshelp.o fgpickall.o \