summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-29 06:14:57 +0000
committerColin Watson <cjwatson@debian.org>2007-06-29 06:14:57 +0000
commit7566db1e80061f8ea212b9a7129dfe0bc30d9170 (patch)
tree5a76421736e965ac78613952d04ceb68686fe782
parentf2ae8bb2a3230ee803de23b0c4785733ce9eea2e (diff)
fix syntax
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8edbc884b..c9cde8ce1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ ifeq ($(DEB_HOST_ARCH_OS),)
22 endif 22 endif
23endif 23endif
24 24
25ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:) 25ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:))
26# Use position-independent executables to take advantage of address space 26# Use position-independent executables to take advantage of address space
27# layout randomisation. TODO: This should be done in configure. 27# layout randomisation. TODO: This should be done in configure.
28PIE_CFLAGS := -fPIE 28PIE_CFLAGS := -fPIE