File: hardening.patch

package info (click to toggle)
rnahybrid 2.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,036 kB
  • sloc: ansic: 16,466; sh: 1,892; makefile: 77
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 11 Dec 2015 13:36:53 +0100
Description: Propagate hardening options

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,3 +60,6 @@ RNAeffective_SOURCES = \
 	plot.h
 
 INCLUDES = -I${includedir}
+
+AM_CFLAGS = $(CFLAGS)
+AM_LDFLAGS = $(LDFLAGS)