PERFORCE change 156617 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 24 12:06:35 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156617

Change 156617 by rwatson at rwatson_freebsd_capabilities on 2009/01/24 20:05:55

	Use rtld-elf-cap linker script.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#3 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
-# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#2 $
+# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#3 $
 
 WITHOUT_SSP=
 
@@ -13,7 +13,7 @@
 CSTD?=		gnu99
 CFLAGS+=	-Wall -DFREEBSD_ELF -DIN_RTLD
 CFLAGS+=	-I${.CURDIR}/../rtld-elf/${MACHINE_ARCH} -I${.CURDIR}/../rtld-elf
-LDFLAGS+=	-nostdlib -e .rtld_start
+LDFLAGS+=	-nostdlib -e .rtld_start -T rtld-elf-cap.xs
 INSTALLFLAGS=	-C -b
 PRECIOUSPROG=
 BINDIR=		/libexec


More information about the p4-projects mailing list