PERFORCE change 156608 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 24 06:51:16 PST 2009


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

Change 156608 by rwatson at rwatson_freebsd_capabilities on 2009/01/24 14:50:19

	We'll use a modified rtld-elf (ld-elf.so) to allow dynamic linking
	of capability mode executables, so integrate the existing Makefile
	from rtld-elf and hook up it up to the build.

Affected files ...

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

Differences ...

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

@@ -24,6 +24,7 @@
 	rpc.sprayd \
 	${_rshd} \
 	${_rtld-elf} \
+	${_rtld-elf-cap} \
 	save-entropy \
 	${_smrsh} \
 	talkd \
@@ -56,6 +57,7 @@
 
 .if !defined(NO_PIC) && !defined(NO_RTLD)
 _rtld-elf=	rtld-elf
+_rtld-elf-cap=	rtld-elf-cap
 .endif
 
 .if ${MK_RCMDS} != "no"


More information about the p4-projects mailing list