From 38ef956d3a3d547122037d414ad48bc7f583621e Mon Sep 17 00:00:00 2001 From: stsp Date: Wed, 28 Jul 2010 16:16:55 +0000 Subject: [PATCH] Fix fallout from the utf-8 commit (segfaults in disklabel on install media). Sorry about that. ok sthen deraadt --- distrib/special/libstubs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/special/libstubs/Makefile b/distrib/special/libstubs/Makefile index 1be061efab6..9fad4a97093 100644 --- a/distrib/special/libstubs/Makefile +++ b/distrib/special/libstubs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/07/27 16:59:03 stsp Exp $ +# $OpenBSD: Makefile,v 1.7 2010/07/28 16:16:55 stsp Exp $ .include LIB= stubs @@ -10,7 +10,8 @@ NOPROFILE=Yes NOMAN= 1 CFLAGS+=-D__DBINTERFACE_PRIVATE -DSHA256_ONLY -UYP -I${LIBCSRCDIR}/include \ - -DNO_LOG_BAD_DNS_RESPONSES -I${LIBCSRCDIR}/locale -I${LIBCSRCDIR}/stdio + -DNO_LOG_BAD_DNS_RESPONSES -I${LIBCSRCDIR}/locale \ + -I${LIBCSRCDIR}/stdio -DFLOATING_POINT LIBCSRCDIR=${.CURDIR}/../../../lib/libc -- 2.20.1