summaryrefslogtreecommitdiff
path: root/debian/patches/0001_jam.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-11 22:52:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-11 22:52:36 +0200
commit84a8f501bcac3bc25c35715c0b669db04a39e56d (patch)
tree78fd183ac5918498ca173e8b24e6875e7c89e012 /debian/patches/0001_jam.patch
parentd85232ee17c31a37956fa341295d146099fa3148 (diff)
Enable hardening; Remove License4.txt
Diffstat (limited to 'debian/patches/0001_jam.patch')
-rw-r--r--debian/patches/0001_jam.patch2
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 ?= ;