summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-13 04:55:41 +0000
committerobrien <obrien@FreeBSD.org>2000-01-13 04:55:41 +0000
commit8c318abb02305be0331cbe0c325e199ca91474c0 (patch)
tree5ec04c597e7b6d730a518ff4b334330abbe75a06 /gnu
parent137da2d54cbc3514f60fc5a2736a21dd814efaa8 (diff)
downloadFreeBSD-src-8c318abb02305be0331cbe0c325e199ca91474c0.zip
FreeBSD-src-8c318abb02305be0331cbe0c325e199ca91474c0.tar.gz
Make mktemp.c a "normal" C implimentation when building this library.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_fbsd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_fbsd/Makefile b/gnu/usr.bin/cc/cc_fbsd/Makefile
index 0d5c5d4..2614d34 100644
--- a/gnu/usr.bin/cc/cc_fbsd/Makefile
+++ b/gnu/usr.bin/cc/cc_fbsd/Makefile
@@ -9,6 +9,8 @@ NOPROFILE= YES
NOPIC= YES
SRCS= getobjformat.c mktemp.c
+
+CFLAGS+= -D_libc_open=open
install:
@true
OpenPOWER on IntegriCloud