diff options
Diffstat (limited to 'debian/patches/0001_jam.patch')
-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 ?= ; |