summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e69fa652e..13363341e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ ifeq ($(DEB_HOST_ARCH_CPU),)
30endif 30endif
31 31
32ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:)) 32ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:))
33 ifneq ($(DEB_HOST_ARCH_CPU),hppa) 33 ifeq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:hppa:m68k:))
34 # Use position-independent executables to take advantage of address space 34 # Use position-independent executables to take advantage of address space
35 # layout randomisation. TODO: This should be done in configure. 35 # layout randomisation. TODO: This should be done in configure.
36 PIE_CFLAGS := -fPIE 36 PIE_CFLAGS := -fPIE