PERFORCE change 30887 for review

Peter Wemm peter at FreeBSD.org
Fri May 9 15:41:24 PDT 2003


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

Change 30887 by peter at peter_hammer on 2003/05/09 15:40:29

	exclude rtld-elf for NOPIC as well, since -lc_pic wont exist

Affected files ...

.. //depot/projects/hammer/libexec/Makefile#13 edit

Differences ...

==== //depot/projects/hammer/libexec/Makefile#13 (text+ko) ====

@@ -29,7 +29,7 @@
 	tftpd \
 	ypxfr
 
-.if ${MACHINE_ARCH} != amd64
+.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
 SUBDIR+=rtld-elf
 .endif
 


More information about the p4-projects mailing list