[hamradio-commits] [wsjtx] 07/09: Position independent code for linking against Qt

Iain R. Learmonth irl at moszumanska.debian.org
Sun Oct 18 21:48:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository wsjtx.

commit 6a629319c0b9733446e4ea0b429d0fe7e3e4f25e
Author: Iain R. Learmonth <irl at debian.org>
Date:   Sun Oct 18 20:17:34 2015 +0100

    Position independent code for linking against Qt
---
 debian/patches/0004-inherit-cflags-fflags.patch | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0004-inherit-cflags-fflags.patch b/debian/patches/0004-inherit-cflags-fflags.patch
index 4751455..4773cf0 100644
--- a/debian/patches/0004-inherit-cflags-fflags.patch
+++ b/debian/patches/0004-inherit-cflags-fflags.patch
@@ -19,8 +19,17 @@ Last-Update: 2015-10-18
  
 -FFLAGS = -O3 -funroll-loops -Wall -Wno-conversion -fno-second-underscore -DUNIX
 -CFLAGS = -I. -fbounds-check -fPIE
-+FFLAGS += -O3 -funroll-loops -Wall -Wno-conversion -fno-second-underscore -DUNIX
-+CFLAGS += -I. -fbounds-check -fPIE
++FFLAGS += -O3 -funroll-loops -Wall -Wno-conversion -fno-second-underscore -DUNIX -fPIC
++CFLAGS += -I. -fbounds-check -fPIC
  
  # Default rules
  %.o: %.c
+@@ -95,7 +95,7 @@
+ 	$(FC) $(FFLAGS) -c redsync.f90
+ 
+ ipcomm.o: ipcomm.cpp
+-	$(CXX) -c $(INCPATH) -fPIE ipcomm.cpp
++	$(CXX) -c $(INCPATH) -fPIC ipcomm.cpp
+ 
+ sec_midn.o: sec_midn.f90
+ 	$(FC) -c -fno-second-underscore sec_midn.f90

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/wsjtx.git



More information about the pkg-hamradio-commits mailing list