]> git.sven.stormbind.net Git - sven/jattach.git/blob - debian/patches/do-not-override-CFLAGS
use CFLAGS from environment
[sven/jattach.git] / debian / patches / do-not-override-CFLAGS
1 Description: do not override CFLAGS
2  By default the Makefile ignores the CFLAGS as
3  exported by dh.
4 Author: Sven Hoexter <hoexter@debian.org>
5
6 --- jattach-1.5.orig/Makefile
7 +++ jattach-1.5/Makefile
8 @@ -16,7 +16,6 @@ else
9      SOURCES=$(RPM_ROOT)/SOURCES
10      SPEC_FILE=jattach.spec
11      CC=gcc
12 -    CFLAGS=-O2
13      JATTACH_EXE=jattach
14    endif
15  endif