summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-04-23 12:44:25 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-04-23 12:44:25 +0000
commitea48e2f99b605f595e4dfa0fa358252475394ec3 (patch)
tree317fb8d48bf8e11e45c1b82488c17ea932f37eed /sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch
parentIn main tree (diff)
downloaddrizzt-ea48e2f99b605f595e4dfa0fa358252475394ec3.tar.gz
drizzt-ea48e2f99b605f595e4dfa0fa358252475394ec3.tar.bz2
drizzt-ea48e2f99b605f595e4dfa0fa358252475394ec3.zip
Add FreeBSD 7.0_pre200704 ebuilds
svn path=/; revision=116
Diffstat (limited to 'sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch')
-rw-r--r--sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch b/sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch
new file mode 100644
index 0000000..5412546
--- /dev/null
+++ b/sys-freebsd/freebsd-libexec/files/freebsd-libexec-nossp.patch
@@ -0,0 +1,12 @@
+Index: fbsd-6.1/libexec/rtld-elf/Makefile
+===================================================================
+--- fbsd-6.1.orig/libexec/rtld-elf/Makefile
++++ fbsd-6.1/libexec/rtld-elf/Makefile
+@@ -7,6 +7,7 @@ SRCS= rtld_start.S \
+ MAN= rtld.1
+ CSTD?= gnu99
+ CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD
++CFLAGS+= ${NOSSP_FLAGS}
+ CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
+ LDFLAGS+= -nostdlib -e .rtld_start
+ INSTALLFLAGS= -C -b