diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-11 22:52:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-11 22:52:36 +0200 |
commit | 84a8f501bcac3bc25c35715c0b669db04a39e56d (patch) | |
tree | 78fd183ac5918498ca173e8b24e6875e7c89e012 /debian/patches | |
parent | d85232ee17c31a37956fa341295d146099fa3148 (diff) |
Enable hardening; Remove License4.txt
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001_jam.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001_jam.patch b/debian/patches/0001_jam.patch index 251f61f..69156bd 100644 --- a/debian/patches/0001_jam.patch +++ b/debian/patches/0001_jam.patch @@ -13,7 +13,7 @@ Index: trunk/Jambase # UNIX defaults - CCFLAGS ?= -DUNIX -D_THREAD_SAFE -pipe ; -+ CCFLAGS ?= $(CPPFLAGS) -g -DUNIX -D_THREAD_SAFE -pipe ; ++ CCFLAGS ?= $(CPPFLAGS) -g -DUNIX -D_THREAD_SAFE -pipe -fPIC ; CCOPTFLAG ?= -O2 ; CCDEBUGFLAG ?= -g ; CCPROFFLAG ?= ; |