From: stsp Date: Wed, 28 Jul 2010 16:16:55 +0000 (+0000) Subject: Fix fallout from the utf-8 commit (segfaults in disklabel on install media). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=38ef956d3a3d547122037d414ad48bc7f583621e;p=openbsd Fix fallout from the utf-8 commit (segfaults in disklabel on install media). Sorry about that. ok sthen deraadt --- 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