File: 40_Makefile_strip_option_remove.dpatch

package info (click to toggle)
aggregate 1.6-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 144 kB
  • ctags: 16
  • sloc: ansic: 327; sh: 226; makefile: 32; perl: 24
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 40_Makefile_strip_option_remove.dpatch by  <Erik Wenzel <erik@debian.org>>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Makefile.in strip option remove from LDFLAGS

@DPATCH@
diff -urNad aggregate-1.6~/Makefile.in aggregate-1.6/Makefile.in
--- aggregate-1.6~/Makefile.in	2007-08-22 11:09:27.000000000 +0000
+++ aggregate-1.6/Makefile.in	2007-08-22 11:28:47.000000000 +0000
@@ -26,7 +26,7 @@
 DEFS = @DEFS@
 LIBS = @LIBS@
 CFLAGS = -O
-LDFLAGS = -s
+LDFLAGS =
 prefix = @prefix@
 
 SHELL = /bin/sh