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 1a0388a5d..ff83b852b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:))
44 PIC_CFLAGS := -fPIC 44 PIC_CFLAGS := -fPIC
45 PIC_LDFLAGS := -fPIC 45 PIC_LDFLAGS := -fPIC
46 endif 46 endif
47 ifeq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:hppa:m68k:)) 47 ifeq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:hppa:m68k:mips:mipsel:))
48 # Use position-independent executables to take advantage of address space 48 # Use position-independent executables to take advantage of address space
49 # layout randomisation. TODO: This should be done in configure. 49 # layout randomisation. TODO: This should be done in configure.
50 PIE_CFLAGS := -fPIE 50 PIE_CFLAGS := -fPIE