#!/bin/sh /usr/share/dpatch/dpatch-run
## 02-makefile.dpatch by Marvin Stark <marv@der-marv.de>
##
## DP: Remove stripping option.

@DPATCH@

--- mini-httpd-1.19/Makefile.orig	2007-08-15 12:58:48.000000000 +0000
+++ mini-httpd-1.19/Makefile	2007-08-15 12:58:55.000000000 +0000
@@ -26,7 +26,7 @@
 CDEFS =		${SSL_DEFS} ${SSL_INC}
 CFLAGS =	-O ${CDEFS}
 #CFLAGS =	-g ${CDEFS}
-LDFLAGS =	-s
+#LDFLAGS =	-s
 #LDFLAGS =	-g
 LDLIBS =	${SSL_LIBS} ${SYSV_LIBS} ${CRYPT_LIB}
 
