File: 30_makefile-strip-fix.dpatch

package info (click to toggle)
micro-httpd 20051212-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 96 kB
  • ctags: 23
  • sloc: sh: 299; ansic: 231; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh /usr/share/dpatch/dpatch-run
## ../makefile-strip-fix.patch.dpatch by Jari Aalto <jari.aalto@cante.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Remove strip

@DPATCH@

diff --git a/Makefile b/Makefile
index 7cdc785..52bb489 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC =		gcc
 CFLAGS =	-O
 #CFLAGS =	-g
 #SYSVLIBS =	-lnsl -lsocket
-LDFLAGS =	-s ${SYSVLIBS}
+LDFLAGS =	${SYSVLIBS}
 #LDFLAGS =	-g ${SYSVLIBS}
 
 all:		micro_httpd