diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
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 |
23 | endif | 23 | endif |
24 | 24 | ||
25 | ifneq (,$(findstring :$(DEB_HOST_ARCH_OS):,:linux:knetbsd:) | 25 | ifneq (,$(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. |
28 | PIE_CFLAGS := -fPIE | 28 | PIE_CFLAGS := -fPIE |