summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-10-16 14:36:20 +0000
committerchristos <christos@NetBSD.org>2008-10-16 14:36:20 +0000
commit3b55965a054ae46d688b4e3bdf6a264f350f7ccc (patch)
tree811fa7f8743ef094ce3de63cb6b4af00a3cf97ab /libexec
parentce49696b3010900b9e4c04eec727c87fcc4990ad (diff)
Never build this with PIE.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile
index 75a717f9199..165b4e12c83 100644
--- a/libexec/ld.elf_so/Makefile
+++ b/libexec/ld.elf_so/Makefile
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile,v 1.85 2007/12/26 21:11:52 christos Exp $
+# $NetBSD: Makefile,v 1.86 2008/10/16 14:36:20 christos Exp $
+# We are not building this with PIE
+PIE_CFLAGS=
+PIE_LDFLAGS=
.include <bsd.init.mk> # for OBJECT_FMT definition
.include <bsd.shlib.mk> # for SHLINKINSTALLDIR definition